@import url("style-fonts.css");

@font-face {
    font-family: 'SVN-Eurostile';
    font-style: normal;
    font-display: swap;
    font-weight: 500;

    src: url("../fonts/SVN-Eurostile-Ext-Black.ttf") format("truetype");
}
@font-face {
    font-family: 'SVN-Eurostile';
    src: url("../fonts/SVN-Eurostile-Ext-Italic.ttf") format("truetype");
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Eurostile';
    src: url("../fonts/SVN-Eurostile-Ext-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Eurostile';
    src: url("../fonts/SVN-Eurostile-Ext-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Eurostile';
    src: url("../fonts/SVN-Eurostile-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}