/* Hallmark · tokens for Way Works · light theme requested by the owner.
 * Space Grotesk + Inter retained from the existing brand; OS fallback covers other scripts. */
:root {
  color-scheme: light;
  --color-paper: oklch(97.8% 0.006 250);
  --color-surface: oklch(99.4% 0.002 250);
  --color-rule: oklch(84% 0.016 250);
  --color-ink: oklch(25% 0.035 255);
  --color-ink-secondary: oklch(43% 0.028 255);
  --color-ink-tertiary: oklch(47% 0.025 255);
  --color-accent: oklch(44% 0.15 258);
  --color-accent-hover: oklch(35% 0.13 258);
  --color-accent-ink: oklch(99% 0.005 258);
  --color-focus: oklch(42% 0.16 258);
  --color-available: oklch(36% 0.075 166);
  --status-active-bg: oklch(94% 0.025 166);
  --color-pending: oklch(39% 0.065 72);
  --status-pending-bg: oklch(94% 0.03 72);
  --font-display: 'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-display: clamp(2rem, 5vw, 3.5rem);
  --radius-card: 1.25rem;
  --radius-control: 0.5rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 150ms;
}
