:root {
  --color-paper: oklch(15% 0.025 274);
  --color-paper-2: oklch(19% 0.029 274);
  --color-paper-3: oklch(23% 0.03 274);
  --color-ink: oklch(97% 0.01 270);
  --color-ink-2: oklch(84% 0.025 272);
  --color-muted: oklch(73% 0.035 270);
  --color-rule: oklch(37% 0.04 272);
  --color-rule-2: oklch(48% 0.055 272);
  --color-accent: oklch(72% 0.17 271);
  --color-accent-strong: oklch(61% 0.2 270);
  --color-accent-ink: oklch(13% 0.025 274);
  --color-focus: oklch(82% 0.16 91);
  --color-success: oklch(73% 0.14 157);
  --color-error: oklch(68% 0.19 28);

  --font-display: "Prompt", "Avenir Next", sans-serif;
  --font-body: "Avenir Next", "Segoe UI", sans-serif;
  --font-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: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-4xl: 3rem;
  --text-page-title: clamp(2.5rem, 5vw, 4rem);
  --text-home-title: clamp(2.5rem, 6.25vw, 5rem);
  --text-display-s: clamp(2.5rem, 7vw, 5rem);
  --text-display: clamp(3rem, 8vw, 6rem);

  --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-instant: 100ms;
  --dur-short: 180ms;
  --dur-medium: 280ms;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-xs: 0.25rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;
}

:root[data-theme="trust"] {
  --color-paper: oklch(98% 0.006 262);
  --color-paper-2: oklch(95% 0.012 264);
  --color-paper-3: oklch(91% 0.018 264);
  --color-ink: oklch(20% 0.035 272);
  --color-ink-2: oklch(34% 0.04 272);
  --color-muted: oklch(44% 0.04 270);
  --color-rule: oklch(82% 0.025 270);
  --color-rule-2: oklch(64% 0.045 270);
  --color-accent: oklch(55% 0.2 268);
  --color-accent-strong: oklch(46% 0.19 268);
  --color-accent-ink: oklch(99% 0.005 270);
  --color-focus: oklch(45% 0.19 268);
  --color-success: oklch(48% 0.13 157);
  --color-error: oklch(52% 0.19 28);
}
