/* Hallmark · tokens · genre: modern-minimal · macrostructure: Workbench · theme: Quiet */
:root {
  --font-display: "Geist", "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Switzer", "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: "Geist Mono", "IBM Plex Mono", ui-monospace, monospace;

  --color-paper: oklch(97% 0.006 250);
  --color-paper-2: oklch(94% 0.008 250);
  --color-paper-3: oklch(90% 0.009 250);
  --color-ink: oklch(18% 0.012 250);
  --color-ink-2: oklch(28% 0.014 250);
  --color-muted: oklch(47% 0.012 250);
  --color-rule: oklch(82% 0.01 250);
  --color-rule-2: oklch(74% 0.012 250);
  --color-accent: oklch(44% 0.16 245);
  --color-accent-ink: oklch(96% 0.008 250);
  --color-focus: oklch(56% 0.18 245);
  --color-danger: oklch(50% 0.19 28);
  --color-danger-ink: oklch(96% 0.012 28);
  --color-success: oklch(42% 0.13 150);

  --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;

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --rule: 1px solid var(--color-rule);
  --shadow-whisper: 0 1px 2px oklch(20% 0.01 250 / 0.06);

  --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;
}
