/* SYSTEM CORE · portable discovery tokens · source: DESIGN.md */
:root {
  --color-paper: oklch(11.8% 0.008 240);
  --color-paper-2: oklch(16% 0.018 245);
  --color-paper-3: oklch(20.5% 0.022 242);
  --color-rule: oklch(28% 0.025 238);
  --color-rule-strong: oklch(42% 0.038 232);
  --color-neutral: oklch(68% 0.035 228);
  --color-muted: oklch(75% 0.03 225);
  --color-ink: oklch(97% 0.014 220);
  --color-accent: oklch(86% 0.15 195);
  --color-accent-ink: oklch(12% 0.012 240);
  --color-secondary: oklch(73% 0.27 323);
  --color-focus: oklch(93% 0.09 190);
  --color-error: oklch(65% 0.22 22);
  --color-success: oklch(76% 0.15 158);

  --font-display: "Rajdhani", system-ui, sans-serif;
  --font-body: "Rajdhani", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-thin: 1px;
  --radius-control: 0.25rem;
  --z-modal: 400;
}
