/* ============================================================
   Impacto de Cria — Typography tokens
   Display: The Popcuts (hand-cut brand lettering) — headlines,
            statements, the logo voice. ALWAYS UPPERCASE.
   Body/UI: Helvetica — paragraphs, labels, controls.
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: "The Popcuts", "Helvetica Neue", Helvetica, sans-serif;
  --font-display-slant: "The Popcuts Slant", "The Popcuts", sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* ---- Display scale (hand-cut headlines) ---- */
  --display-xl: 7rem;     /* 112px — hero statements */
  --display-lg: 4.5rem;   /* 72px  — page titles */
  --display-md: 3rem;     /* 48px  — section heads */
  --display-sm: 2rem;     /* 32px  — card titles */

  /* ---- Body / UI scale ---- */
  --text-3xl: 2rem;       /* 32px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-xl:  1.25rem;    /* 20px */
  --text-lg:  1.125rem;   /* 18px */
  --text-md:  1rem;       /* 16px — base */
  --text-sm:  0.875rem;   /* 14px */
  --text-xs:  0.75rem;    /* 12px — captions, eyebrows */

  /* ---- Weights (Helvetica) ---- */
  --fw-regular: 400; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700; /* @kind font */
  --fw-black: 800; /* @kind font */

  /* ---- Line heights ---- */
  --lh-display: 0.92; /* @kind font */
  --lh-tight: 1.1; /* @kind font */
  --lh-snug: 1.3; /* @kind font */
  --lh-body: 1.55; /* @kind font */

  /* ---- Letter spacing ---- */
  --ls-display: 0.005em; /* @kind font */
  --ls-tight: -0.01em; /* @kind font */
  --ls-normal: 0; /* @kind font */
  --ls-eyebrow: 0.14em; /* @kind font */
  --ls-wide: 0.04em; /* @kind font */
}
