@font-face {
    font-family: 'URW DIN Cond';
    src: url('/static/font/URWDINCond-Black.eot');
    src: local('URW DIN Cond Black'), local('URWDINCond-Black'),
        url('/static/font/URWDINCond-Black.eot?#iefix') format('embedded-opentype'),
        url('/static/font/URWDINCond-Black.woff2') format('woff2'),
        url('/static/font/URWDINCond-Black.woff') format('woff'),
        url('/static/font/URWDINCond-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'URW DIN Cond';
    src: url('/static/font/URWDINCond-Bold.eot');
    src: local('URW DIN Cond Bold'), local('URWDINCond-Bold'),
        url('/static/font/URWDINCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/font/URWDINCond-Bold.woff2') format('woff2'),
        url('/static/font/URWDINCond-Bold.woff') format('woff'),
        url('/static/font/URWDINCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URW DIN Cond';
    src: url('/static/font/URWDINCond-Demi.eot');
    src: local('URW DIN Cond Demi'), local('URWDINCond-Demi'),
        url('/static/font/URWDINCond-Demi.eot?#iefix') format('embedded-opentype'),
        url('/static/font/URWDINCond-Demi.woff2') format('woff2'),
        url('/static/font/URWDINCond-Demi.woff') format('woff'),
        url('/static/font/URWDINCond-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'FuturaPT';
    src: url("/static/font/FuturaPTBook.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/*
@font-face {
    font-family: 'FuturaPT';
    src: url("/static/font/FuturaPTMedium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT';
    src: url("/static/font/FuturaPTBold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
*/
/*
@font-face {
    font-family: 'DIN Condensed Bold';
    src: url('/static/font/D-DINCondensed-Bold.otf')
            format('opentype'),
            url('/static/font/D-DINCondensed-Bold.otf')
            format('opentype');
    font-display: swap;
}
*/

@font-face {
    font-family: 'DIN Condensed';
    src: url('/static/font/D-DINCondensed.otf')
            format('opentype'),
        url('/static/font/D-DINCondensed.otf')
            format('opentype');
    font-display: swap;
}
/*
@font-face {
    font-family: 'Futura';
    src: url('/static/font/FuturaCyrillicLight.ttf')
            format('truetype'),
            url('/static/font/FuturaCyrillicLight.ttf')
            format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('/static/font/FuturaCyrillicBold.ttf')
            format('truetype'),
            url('/static/font/FuturaCyrillicBold.ttf')
            format('truetype');
    font-display: swap;
}
*/