/* ============================================================
   Azbuka Pro — Typography tokens
   Display: Playfair Display (serifs, high contrast) — headings,
   accent quotes, large numerals.
   Text / UI: Manrope — body, navigation, labels, buttons.
   Values transcribed from brand book sections 06.
   ============================================================ */
:root {
  --font-display: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;
  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Weights */
  --fw-light: 300;      /* @kind font */
  --fw-regular: 400;    /* @kind font */
  --fw-medium: 500;     /* @kind font */
  --fw-semibold: 600;   /* @kind font */
  --fw-bold: 700;       /* @kind font */
  --fw-extrabold: 800;  /* @kind font */

  /* ---- Type scale (size / line-height) ---- */
  /* Display serif */
  --t-display: 54px;      --lh-display: 1.02;    /* @kind font */ /* H1 hero — Playfair Bold */
  --t-h1: 51.2px;         --lh-h1: 53.76px;      /* @kind font */ /* H1 — Playfair Bold */
  --t-h2: 40px;           --lh-h2: 1.1;          /* @kind font */ /* H2 — Playfair SemiBold */
  --t-h3: 24px;           --lh-h3: 1.1;          /* @kind font */ /* H3 — Playfair SemiBold */
  --t-h4: 21px;           --lh-h4: 1.0;          /* @kind font */ /* card title — Playfair */
  --t-h5: 20px;           --lh-h5: 1.0;          /* @kind font */ /* small title — Playfair SemiBold */

  /* Manrope body / UI */
  --t-body-lg: 17px;      --lh-body-lg: 28.9px;  /* @kind font */ /* lead body */
  --t-body: 14.5px;       --lh-body: 23.93px;    /* @kind font */ /* default body */
  --t-body-sm: 13.5px;    --lh-body-sm: 21.6px;  /* @kind font */ /* dense body */
  --t-caption: 12px;      --lh-caption: 1.0;      /* @kind font */ /* caption / label */
  --t-eyebrow: 12px;      --ls-eyebrow: 2.16px;  /* @kind font */ /* eyebrow (uppercase, 700) */
  --ls-eyebrow-wide: 3.5px; /* @kind font */
}
