/*Font css*/

@font-face {
    font-family: 'allerregular';
    src: url('../fonts//nexa_slab_bold.otf');
    src: url('../fonts//nexa_slab_bold.otf') format('embedded-opentype'),
         url('../fonts//nexa_slab_bold.otf') format('woff'),
         url('../fonts//nexa_slab_bold.otf') format('truetype'),
         url('../fonts//nexa_slab_bold.otf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'allerregular';
        src: url('../fonts//nexa_slab_bold.otf') format('svg');
    }
}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts//nexa_slab_bold.otf');
    src: url('../fonts//nexa_slab_bold.otf') format('embedded-opentype'),
         url('../fonts//nexa_slab_bold.otf') format('woff'),
         url('../fonts//nexa_slab_bold.otf') format('truetype'),
         url('../fonts//nexa_slab_bold.otf') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'allerbold';
        src: url('../fonts//nexa_slab_bold.otf') format('svg');
    }
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts//franklin-gothic-medium.ttf');
    src: url('../fonts//franklin-gothic-medium.ttf') format('embedded-opentype'),
         url('../fonts//franklin-gothic-medium.ttf') format('woff'),
         url('../fonts//franklin-gothic-medium.ttf') format('truetype'),
         url('../fonts//franklin-gothic-medium.ttf') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'aller_lightregular';
        src: url('../fonts//nexa_slab_bold.otf') format('svg');
    }
}

@font-face {
    font-family: 'aller_displayregular';
    src: url('../fonts//allerdisplay-webfont.eot');
    src: url('../fonts//allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts//allerdisplay-webfont.woff') format('woff'),
         url('../fonts//allerdisplay-webfont.ttf') format('truetype'),
         url('../fonts//allerdisplay-webfont.svg#aller_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'aller_displayregular';
        src: url('../fonts//allerdisplay-webfont.svg#aller_displayregular') format('svg');
    }
}