
@font-face {
    font-family: Eurostile;
    src: url('../fonts/Eurostile.ttf');
}


@font-face {
    font-family: Eurostile-Bold;
    font-weight: bold;
    src: url('../fonts/EurostileLTStd-BoldEx2.ttf') format('truetype'), url('../fonts/EurostileLTStd-BoldEx2.otf') format("opentype");
}


body {

	font-family: 'Eurostile', Arial, Helvetica, Verdana, Sans-Serif;
}