/* shoostro — typography system (Brandbook 2025, p.05) */
:root {
  --font-display: 'Manrope', 'Segoe UI', system-ui, sans-serif; /* Заголовки и акценты */
  --font-body:    'Inter', 'Segoe UI', system-ui, sans-serif;   /* Основной текст и интерфейс */

  /* Scale: size / line-height */
  --text-h1-size: 72px;  --text-h1-line: 80px;  --text-h1-weight: 700; /* Manrope Bold */
  --text-h2-size: 40px;  --text-h2-line: 48px;  --text-h2-weight: 600; /* Manrope Semibold */
  --text-h3-size: 24px;  --text-h3-line: 32px;  --text-h3-weight: 600; /* Manrope Semibold */
  --text-body-size: 16px; --text-body-line: 24px;                      /* Inter Regular */
  --text-caption-size: 12px; --text-caption-line: 16px;                /* Inter Regular */
  --text-numbers-size: 32px; --text-numbers-line: 40px;                /* Manrope Semibold */

  /* Eyebrow / overline labels (ОСНОВНОЙ ШРИФТ, ПРЕЗЕНТАЦИЯ …) */
  --text-label-size: 12px;
  --text-label-tracking: 0.16em;
}
