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

}

@font-face {
    font-family: 'Archer Extra';
    src: url('fonts/Archer-ExtraLight.eot');
    src: url('fonts/Archer-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Archer-ExtraLight.woff2') format('woff2'),
        url('fonts/Archer-ExtraLight.woff') format('woff'),
        url('fonts/Archer-ExtraLight.ttf') format('truetype'),
        url('fonts/Archer-ExtraLight.svg#Archer-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
