/* ============================================================
   Agentic Punks — Typography
   Two families only. Bowlby One shouts; Space Mono speaks.
   Verbatim aus dem Design-System (tokens/typography.css).
   ============================================================ */

:root {
  /* Families */
  --font-display: "Bowlby One", "Impact", sans-serif;
  --font-mono:    "Space Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  /* Legacy short aliases (used across the source decks) */
  --display: var(--font-display);
  --mono:    var(--font-mono);

  /* --- Presentation type scale (designed at 1920×1080) --- */
  --type-display:  220px; /* cover word-stack */
  --type-title:    108px; /* big statement headline */
  --type-subtitle:  52px;
  --type-body:      32px;
  --type-small:     24px;

  /* --- Screen / web type scale --- */
  --fs-hero:    64px;  /* Space Mono Bold hero, mixed-case */
  --fs-h1:      44px;
  --fs-h2:      32px;
  --fs-h3:      24px;
  --fs-lede:    22px;
  --fs-body:    18px;
  --fs-small:   15px;
  --fs-label:   13px;  /* uppercase mono labels / eyebrows */

  /* Weights (Space Mono ships 400 & 700 only) */
  --fw-reg: 400; /* @kind font */
  --fw-bold: 700; /* @kind font */

  /* Letter-spacing — mono labels are always tracked out */
  --tracking-label:  0.14em;
  --tracking-slug:   0.12em;
  --tracking-tight: -0.01em; /* display headlines pull in slightly */

  /* Line-heights */
  --lh-display: 0.92; /* @kind font */
  --lh-tight:   1.02; /* @kind font */
  --lh-body:    1.5; /* @kind font */
}
