/**
 * Единое начертание логотипного имени STRELA (Ethnocentric RG).
 * Подключайте на страницах с брендом: /css/strela-brand-font.css
 * Опционально: class="strela-brand-face" на произвольном узле.
 */
@font-face {
    font-family: 'Ethnocentric RG';
    src: url('/fonts/ethnocentric rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ethnocentric RG';
    src: url('/fonts/ethnocentric rg it.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Только начертание Regular из файла — без синтетического bold */
.strela-brand-face,
.hdr-brand-name,
.hh-name,
.hh-sub,
.brand-name,
.header-brand-title,
.adm-logo-text,
.adm-logo,
.guest-brand-title,
.guest-brand-subtitle,
.logo h1 .strela,
.logo h1 .kazakhstan,
.sab-title,
.sab-title-strela,
.sab-title-kz,
.invoice-head-logo,
.nav-logo-text,
.prices-header-brand {
    font-family: 'Ethnocentric RG', 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
}

.brand-name small {
    font-family: 'Ethnocentric RG', 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-synthesis: none;
}
