/* ============================================================
   ЛОКАЛЬНЫЕ ШРИФТЫ БЛОГА
   Подключается только на страницах блога, отдельно от общесайтовых
   стилей, чтобы не влиять на шапку, футер и остальные разделы.

   Набор начертаний подобран строго под style.css списка статей:
     Cormorant Garamond — 400, 400 italic, 500  (заголовки и лид)
     Inter Tight        — 400, 500, 700         (основной текст)
     JetBrains Mono     — 400, 500              (мета, даты, пагинация)

   font-display: swap — текст виден сразу дефолтным шрифтом,
   подменяется без блокировки рендера.
   ============================================================ */

/* ── Cormorant Garamond ───────────────────────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-garamond-v21-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-garamond-v21-cyrillic_latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-v21-cyrillic_latin-500.woff2') format('woff2');
}

/* ── Inter Tight ──────────────────────────────────────────── */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-tight-v9-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-tight-v9-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-tight-v9-cyrillic_latin-700.woff2') format('woff2');
}

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