/* Собрано scripts/subset-fonts.mjs — не править руками.
   Один файл на начертание, внутри латиница и кириллица, только нужные глифы.
   Имена файлов оставлены прежними: на два из них ссылается preload в Base.astro. */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/oswald-700-cyrillic.woff2) format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/oswald-500-cyrillic.woff2) format('woff2');
}

@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/golos-text-400-cyrillic.woff2) format('woff2');
}

@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/golos-text-600-cyrillic.woff2) format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/jetbrains-mono-400-cyrillic.woff2) format('woff2');
}
