@font-face {
    font-family: 'Eurostile';
    src: url('eurostile.ttf') format('ttf'),
        url('eurostile.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('eurostileBold.ttf') format('ttf'),
        url('eurostileBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}