/* Статическое объявление шрифтов бренда для браузера под формат .otf */
@font-face {
    font-family: 'EuropeExtendedC';
    src: url('./europeextendedc.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BankGothic Lt BT';
    src: url('./BankGothic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
