/* Локальные шрифты (Google Fonts недоступен в РФ из-за блокировок РКН).
   Onest — display, Golos Text — текст. Subsets: cyrillic + latin. */

@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/onest-700-cyr.woff2') format('woff2');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/onest-800-cyr.woff2') format('woff2');
}
/* Акцентный «человечный» курсив для эмоциональных слов в заголовках */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lora-v37-cyrillic_latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/golos-400-cyr.woff2') format('woff2');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/golos-500-cyr.woff2') format('woff2');
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/golos-600-cyr.woff2') format('woff2');
}
