@font-face {
   font-family: Gotham;
   src: url(../fonts/GothamBook.ttf);
}

@font-face {
   font-family: GothamBold;
   src: url(../fonts/GothamBold.ttf);
}

@font-face {
   font-family: GothamMedium;
   src: url(../fonts/GothamMedium.ttf);
}

@font-face {
   font-family: GothamLight;
   src: url(../fonts/GothamLight.ttf);
}

@font-face {
   font-family: GothamItalic;
   src: url(../fonts/GothamBookItalic.ttf);
}

@font-face {
   font-family: GothamBoldItalic;
   src: url(../fonts/GothamBoldItalic.ttf);
}

@font-face {
   font-family: GothamMediumItalic;
   src: url(../fonts/GothamMediumItalic.ttf);
}

@font-face {
   font-family: GothamLightItalic;
   src: url(../fonts/GothamLightItalic.ttf);
}

html,
body {
   color: #666;
   font-size: 16px;
   font-family: "Gotham", "Arial", "sans-serif";
}