/* Dax Pro Medium */
@font-face {
    font-family: 'DaxPro';
    src: url('fonts/DaxPro-Medium.eot');
    src: local('DaxPro-Medium'),
        url('fonts/DaxPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxPro-Medium.woff2') format('woff2'),
        url('fonts/DaxPro-Medium.woff') format('woff'),
        url('fonts/DaxPro-Medium.ttf') format('truetype'),
        url('fonts/DaxPro-Medium.svg#DaxPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Dax Pro light */
@font-face {
    font-family: 'DaxPro';
    src: url('fonts/DaxPro-Light.eot');
    src: local('DaxPro-Light'),
        url('fonts/DaxPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxPro-Light.woff2') format('woff2'),
        url('fonts/DaxPro-Light.woff') format('woff'),
        url('fonts/DaxPro-Light.ttf') format('truetype'),
        url('fonts/DaxPro-Light.svg#DaxPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Dax Pro light italic*/
@font-face {
    font-family: 'DaxPro';
    src: url('fonts/DaxPro-LightItalic.eot');
    src: local('DaxPro-LightItalic'),
        url('fonts/DaxPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxPro-LightItalic.woff2') format('woff2'),
        url('fonts/DaxPro-LightItalic.woff') format('woff'),
        url('fonts/DaxPro-LightItalic.ttf') format('truetype'),
        url('fonts/DaxPro-LightItalic.svg#DaxPro-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
