/* Crown Demo UI — Typography tokens
 * Inter (UI) with system fallback. Scale: 24-18-14-12-10.
 * Numbers ALWAYS in tabular figures. */
:root {
  --font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "Roboto Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --fs-display: 24px;
  --fs-title:   18px;
  --fs-body:    14px;
  --fs-caption: 12px;
  --fs-micro:   10px;

  --lh-tight: 1.15;  /* @kind font */
  --lh-snug:  1.3;   /* @kind font */
  --lh-body:  1.45;  /* @kind font */

  --fw-regular: 400;   /* @kind font */
  --fw-medium:  500;   /* @kind font */
  --fw-semibold: 600;  /* @kind font */
  --fw-bold: 700;      /* @kind font */

  --tracking-eyebrow: 0.08em;
  --tracking-tight: -0.01em;
}