/*
 * DiscoverPress — Локальные шрифты (оптимизировано)
 * Только кириллица + минимум latin для цифр/символов
 */

/* ============================================
   CORMORANT GARAMOND — кириллица
   ============================================ */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cg-cyrillic-400-normal.woff2') format('woff2');
  unicode-range: U+0400-04FF, U+0500-052F;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cg-cyrillic-400-italic.woff2') format('woff2');
  unicode-range: U+0400-04FF, U+0500-052F;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cg-cyrillic-600-italic.woff2') format('woff2');
  unicode-range: U+0400-04FF, U+0500-052F;
}

/* ============================================
   JOST — кириллица
   ============================================ */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/jost-cyrillic-300.woff2') format('woff2');
  unicode-range: U+0400-04FF, U+0500-052F;
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-cyrillic-400.woff2') format('woff2');
  unicode-range: U+0400-04FF, U+0500-052F;
}