
/* fonts-selfhost-ttf-only.v2.css — TTF-only, stronger rules */
@font-face {
  font-family: 'BebasNeueCyrillic';
  src:
    local('BebasNeueCyrillic'),
    local('Bebas Neue Cyrillic'),
    url('fonts/bebas/BebasNeueCyrillic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.promo-title {
  text-transform: uppercase !important;
  letter-spacing: .5px;
  font-family: 'BebasNeueCyrillic','Bebas Neue','Arial Narrow',Arial,sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bebas-font, .promo-banner .promo-title {
  font-family: 'BebasNeueCyrillic','Bebas Neue','Arial Narrow',Arial,sans-serif !important;
}