/* ============================================================
   КОМИШКА · fonts.css
   Self-hosted woff2 (cyrillic+latin), font-display: swap.
   Prata — ТОЛЬКО 400 (иерархия кеглем, не жирностью).
   PT Mono — ТОЛЬКО 400: жирность НЕ синтезировать,
   акценты — кеглем и краской.
   ============================================================ */

@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/prata-v22-cyrillic_latin-regular.woff2') format('woff2');
}

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

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

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

@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pt-mono-v14-cyrillic_latin-regular.woff2') format('woff2');
}
