/* ============================================================
   Kumo — Typography tokens
   System uses Inter, tight tracking, compact sizes.
   ============================================================ */

:root,
[data-theme="kumo"] {
  --font-sans:
    "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-mono:
    ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* Type scale (Kumo is a compact, UI-density scale) */
  --text-xs: 12px;
  --text-xs-line: 16px;
  --text-sm: 13px;
  --text-base: 14px;
  --text-base-line: 20px;
  --text-lg: 16px;
  --text-lg-line: 20px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;
  --text-4xl: 38px;
  --text-5xl: 48px;

  /* Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Tracking — Kumo runs slightly negative tracking globally */
  --tracking-tight: -0.02em;
  --tracking-default: -0.01em;
  --tracking-normal: 0;

  /* Feature settings used across the docs/app */
  --font-feature-settings: "cv02", "cv03", "cv04", "calt";
}
