@font-face {
    font-family: "GothamBook";
    src: url(../fonts/gotham_book.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "GothamBook";
    src: url(../fonts/gotham_bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "GothamBook";
    src: url(../fonts/gotham_italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "GothamBook";
    src: url(../fonts/gotham_bold_italic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'WisdomScript';
    src: url('../fonts/wisdom_script.eot');
    src: url('../fonts/wisdom_script.eot#iefix') format('embedded-opentype'),
         url('../fonts/wisdom_script.woff') format('woff2'),
         url('../fonts/wisdom_script.woff') format('woff'),
         url('../fonts/wisdom_script.ttf') format('truetype'),
         url('../fonts/wisdom_script.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url(../fonts/oswald.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Oswald";
    src: url(../fonts/oswald_bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Oswald";
    src: url(../fonts/oswald_light.ttf);
    font-weight: lighter;
}