@font-face {
    font-family: GothamBold;
    src: url(../fonts/GothamBold.otf);
    font-weight: bold;
}
@font-face {
    font-family: GothamBoldRegular;
    src: url(../fonts/GothamBoldRegular.ttf);
}
@font-face {
    font-family: GothamLightRegular;
    src: url(../fonts/GothamLightRegular.otf);
    font-weight: lighter;
}
* {
    font-family: GothamLightRegular;
}