/* ============================================================
   CROMATIX — TYPOGRAPHY
   Manual 2021 §Tipografía (p.29–30).
   Display / titles  → Century Gothic (Bold or Regular), UPPERCASE
   Subtitles         → Century Gothic (Bold or Regular), normal or UPPERCASE
   Body / paragraphs → Jost (Regular or Light), normal case
   Notes / captions  → Jost Light
   Century Gothic is substituted by Albert Sans (manual-approved fallback).
   ============================================================ */
:root{
  --font-display:"Albert Sans","Century Gothic","Questrial",system-ui,sans-serif;
  --font-body:"Jost","Albert Sans",system-ui,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace; /* technical data only */

  --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 */

  /* Type scale — architectural, generous, few steps */
  --fs-display-1:clamp(48px,6.2vw,104px); /* @kind font */
  --fs-display-2:clamp(38px,4.4vw,72px); /* @kind font */
  --fs-h1:clamp(30px,3vw,48px); /* @kind font */
  --fs-h2:32px; /* @kind font */
  --fs-h3:24px; /* @kind font */
  --fs-h4:19px; /* @kind font */
  --fs-eyebrow:12px; /* @kind font */
  --fs-body-lg:18px; /* @kind font */
  --fs-body:16px; /* @kind font */
  --fs-body-sm:14px; /* @kind font */
  --fs-note:12px; /* @kind font */
  --fs-micro:11px; /* @kind font */

  --lh-tight:1.02; /* @kind font */
  --lh-display:1.06; /* @kind font */
  --lh-heading:1.18; /* @kind font */
  --lh-body:1.62; /* @kind font */
  --lh-note:1.5; /* @kind font */

  /* Uppercase display type needs positive tracking; body needs none */
  --ls-display:-0.01em; /* @kind font */
  --ls-heading:0.01em; /* @kind font */
  --ls-eyebrow:0.22em; /* @kind font */
  --ls-caps:0.06em; /* @kind font */
  --ls-body:0; /* @kind font */

  --measure-body:66ch;   /* never justify (manual §Comunicación) */
  --measure-note:52ch; /* @kind font */
}
