@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('/fonts/SegoeUI-BoldItalic.woff') format('woff'),
				url('/fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('/fonts/SegoeUI-Bold.woff') format('woff'),
				url('/fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-Black.woff2') format('woff2'),
				url('/fonts/SegoeUI-Black.woff') format('woff'),
				url('/fonts/SegoeUI-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('/fonts/SegoeUI-Italic.woff') format('woff'),
				url('/fonts/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('/fonts/SegoeUI.woff2') format('woff2'),
        url('/fonts/SegoeUI.woff') format('woff'),
				url('/fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Eurostile Extended';
    src: url('/fonts/EurostileExtended-Roman.woff2') format('woff2'),
        url('/fonts/EurostileExtended-Roman.woff') format('woff'),
				url('/fonts/EurostileExtended-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile Extended';
    src: url('/fonts/EurostileExtended-Black.woff2') format('woff2'),
        url('/fonts/EurostileExtended-Black.woff') format('woff'),
				url('/fonts/EurostileExtended-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}