/* MARCH AI redesign — fonts.
 * TT Norms Pro Trial Expanded (заголовки) — файлы в redesign/fonts/.
 * DM Sans (текст) + Cormorant Garamond (тумблер «старый шрифт») —
 * self-hosted файлы в redesign/fonts/. */

/* ── TT Norms Pro Expanded (subset WOFF2: latin + cyrillic) ─────────── */
/* Веса 400 (Regular) и 900 (Black) дропнуты — нигде не используются. */
@font-face {
  font-family: 'TT Norms Pro Exp';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/TTNormsProExp-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro Exp';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/TTNormsProExp-DemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro Exp';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/TTNormsProExp-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro Exp';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/TTNormsProExp-ExtraBold.woff2') format('woff2');
}

/* ── DM Sans (текст, latin) ────────────────────────────────────────── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-sans-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dm-sans-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/dm-sans-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FFFD;
}

/* Cormorant Garamond удалён вместе с тумблером «старый шрифт» (2026-07):
 * дизайн запечён на TT Norms, мёртвые файлы шрифта убраны из деплоя. */
