/* ====== Load font ====== */
@font-face {
    font-family: 'oswald';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff2') format('woff2'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald';
    src: url('oswald-regularitalic-webfont.eot');
    src: url('oswald-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regularitalic-webfont.woff2') format('woff2'),
         url('oswald-regularitalic-webfont.woff') format('woff'),
         url('oswald-regularitalic-webfont.ttf') format('truetype'),
         url('oswald-regularitalic-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'geneva';
    src: url('geneva_0-webfont.eot');
    src: url('geneva_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('geneva_0-webfont.woff2') format('woff2'),
         url('geneva_0-webfont.woff') format('woff'),
         url('geneva_0-webfont.ttf') format('truetype'),
         url('geneva_0-webfont.svg#genevaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}