/* AiV Typography Tokens — канон 2026-06-15
   Источник истины для всех growth-static HTML файлов.
   Подключать: <link rel="stylesheet" href="_type-tokens.css"> */
:root {
  /* размеры */
  --t-size-display: clamp(38px, 4.6vw, 68px);
  --t-size-h2:      clamp(32px, 3.9vw, 58px);
  --t-size-h3:      clamp(18px, 2vw,   24px);
  --t-size-lead:    clamp(16px, 1.4vw, 19px);
  --t-size-body:    16px;
  --t-size-small:   13px;
  --t-size-label:   11px;
  /* веса */
  --t-weight-display: 780;
  --t-weight-h2:      780;
  --t-weight-h3:      700;
  --t-weight-body:    400;
  --t-weight-label:   500;
  --t-weight-num:     800;
  /* leading */
  --t-lh-tight:   1.0;
  --t-lh-heading: 1.1;
  --t-lh-lead:    1.5;
  --t-lh-body:    1.6;
  --t-lh-label:   1.0;
  /* tracking */
  --t-ls-display: -0.045em;
  --t-ls-h2:      -0.04em;
  --t-ls-h3:      -0.02em;
  --t-ls-label:    0.12em;
  /* цвета */
  --t-color-heading: #1a1410;
  --t-color-body:    #504b45;
  --t-color-accent:  #d4513a;
  --t-color-label:   #8a7a6a;
}
