/* Hallmark · macrostructure: Workbench · tone: calm and secure · anchor hue: cyan
 * pre-emit critique: P4 H4 E4 S5 R4 V4
 */
:root {
  --color-paper: oklch(17% 0.055 255);
  --color-paper-2: oklch(21% 0.06 255);
  --color-paper-3: oklch(25% 0.055 252);
  --color-ink: oklch(97% 0.01 245);
  --color-ink-2: oklch(77% 0.025 245);
  --color-rule: oklch(48% 0.045 245 / 0.42);
  --color-accent: oklch(70% 0.17 230);
  --color-accent-strong: oklch(77% 0.14 220);
  --color-accent-ink: oklch(18% 0.05 255);
  --color-focus: oklch(82% 0.14 205);
  --color-success: oklch(75% 0.15 155);
  --color-error: oklch(72% 0.18 25);

  --font-display: Inter, Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-2xl: clamp(2rem, 4vw, 3.5rem);

  --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-short: 140ms;
  --dur-medium: 220ms;
  --dur-long: 360ms;
  --rule-thin: 1px;
  --radius-input: 8px;
  --radius-card: 12px;
  --radius-pill: 999px;
}
