@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeueThin.otf);
    font-weight: 100;
} 

@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeueLight.otf);
    font-weight: 200;
} 

@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeueBook.otf);
    font-weight: 300;
} 

@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeueRegular.otf);
    font-weight: normal;
} 

@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeueBold.otf);
    font-weight: bold;
} 

@font-face {
    font-family: oswald;
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: normal;
} 

