@font-face {
    font-family: 'OceaniaMd';
    src: url(html/fonts/OceaniaROMedium.otf);
}
@font-face {
    font-family: 'OceaniaBo';
    src:url(html/fonts/OceaniaROBold.otf);
}
@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url(html/fonts/BAHNSCHRIFT.TTF);
}

@font-face {
    font-family: "OceaniaRO-Bold";
    src: url(html/fonts/OceaniaROBold.otf);
}
@font-face {
    font-family: "Quicksand-Bold";
    src: url(html/fonts/Quicksand-Bold.ttf);
}
@font-face {
    font-family: "Quicksand-Regular";
    src: url(html/fonts/Quicksand-Regular.ttf);
}
@font-face {
    font-family: "Roboto";
    src: url(html/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(html/fonts/Roboto-Bold.ttf);
}
.orb{
    font-family: "OceaniaRO-Bold";
}
.qsb{
    font-family: "Quicksand-Bold";
}
.qsr{
    font-family: "Quicksand-Regular";
}
.roboto{
    font-family: "Roboto";
}
.roboto-bold{
    font-family: "Roboto-Bold";
}
.ocm{
    font-family: 'OceaniaMd';
}
.bah{
    font-family: 'BAHNSCHRIFT';
}