/* Hallmark · tokens · genre: modern-minimal · theme: Quiet-inspired · anchor hue: cool teal */
:root {
  color-scheme: light;

  --color-paper: oklch(97.5% 0.009 185);
  --color-paper-2: oklch(94.5% 0.015 185);
  --color-surface: oklch(99.5% 0.004 185);
  --color-surface-raised: oklch(98.5% 0.008 185);
  --color-ink: oklch(20% 0.026 215);
  --color-ink-2: oklch(28% 0.025 215);
  --color-muted: oklch(30% 0.018 215);
  --color-rule: oklch(87% 0.018 185);
  --color-rule-strong: oklch(63% 0.03 185);
  --color-accent: oklch(28% 0.105 181);
  --color-accent-ink: oklch(98% 0.009 185);
  --color-accent-soft: oklch(92.5% 0.045 181);
  --color-focus: oklch(20% 0.026 215);
  --color-success: oklch(28% 0.115 153);
  --color-success-soft: oklch(92% 0.042 153);
  --color-warning: oklch(30% 0.13 75);
  --color-warning-soft: oklch(93% 0.055 82);
  --color-danger: oklch(38% 0.14 27);
  --color-danger-soft: oklch(93% 0.045 25);
  --color-cables: oklch(48% 0.13 62);
  --color-cables-soft: oklch(93% 0.055 70);
  --color-other: oklch(46% 0.12 245);
  --color-other-soft: oklch(93% 0.04 245);

  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, 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;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display: clamp(2.25rem, 4vw + 1rem, 4.75rem);

  --line-tight: 1.12;
  --line-body: 1.55;
  --rule-hairline: 1px;
  --control-height: 2.75rem;
  --radius-card: 1rem;
  --radius-input: 0.7rem;
  --radius-pill: 999px;
  --radius-small: 0.5rem;
  --shadow-whisper: 0 1px 2px oklch(20% 0.02 215 / 0.06);
  --z-raised: 10;

  --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-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 320ms;
}
