/* Nexa fonts */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('webfonts/nexa_bold-webfont.eot');
    src: url('webfonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/nexa_bold-webfont.woff2') format('woff2'),
         url('webfonts/nexa_bold-webfont.woff') format('woff'),
         url('webfonts/nexa_bold-webfont.ttf') format('truetype'),
         url('webfonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('webfonts/nexa_light-webfont.eot');
    src: url('webfonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/nexa_light-webfont.woff2') format('woff2'),
         url('webfonts/nexa_light-webfont.woff') format('woff'),
         url('webfonts/nexa_light-webfont.ttf') format('truetype'),
         url('webfonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Teknion Modern AE Italic';
    src: url('webfonts/TeknionModernAE-Italic.woff2') format('woff2'),
        url('webfonts/TeknionModernAE-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Teknion Modern AE Regular';
    src: url('webfonts/TeknionModernAE-Regular.woff2') format('woff2'),
        url('webfonts/TeknionModernAE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}