/* ENYU Studio · Atelier tokens · pearl paper / mineral ink / umber accent */
:root {
  color-scheme: light;

  --color-paper: oklch(97% 0.006 75);
  --color-paper-2: oklch(94% 0.008 75);
  --color-paper-3: oklch(90% 0.01 72);
  --color-ink: oklch(16% 0.012 58);
  --color-ink-2: oklch(29% 0.012 58);
  --color-muted: oklch(43% 0.012 62);
  --color-rule: oklch(79% 0.009 70);
  --color-rule-strong: oklch(57% 0.014 64);
  --color-accent: oklch(43% 0.075 58);
  --color-accent-ink: oklch(97% 0.006 75);
  --color-focus: oklch(50% 0.16 58);
  --color-dark: oklch(13% 0.012 58);
  --color-dark-2: oklch(20% 0.012 58);
  --color-inverse: oklch(96% 0.006 75);
  --color-inverse-muted: oklch(82% 0.009 70);
  --color-overlay-dark: oklch(10% 0.01 58 / 0.72);
  --color-overlay-soft: oklch(10% 0.01 58 / 0.42);
  --color-transparent: oklch(10% 0.01 58 / 0);
  --color-swatch-light: oklch(99% 0.004 75);
  --color-swatch-dark: oklch(14% 0.012 58);
  --color-disabled: oklch(65% 0.01 64);
  --color-error: oklch(48% 0.17 28);
  --color-success: oklch(42% 0.1 145);

  --font-display: "Bodoni 72", "Bodoni MT", Didot, "Iowan Old Style", ui-serif, serif;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", ui-sans-serif, sans-serif;

  --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;
  --space-4xl: 10rem;

  --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;
  --text-3xl: 3.052rem;
  --text-4xl: 3.815rem;
  --text-display: clamp(3.25rem, 6vw + 1rem, 5.25rem);
  --text-display-small: clamp(2.5rem, 4vw + 1rem, 4rem);

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

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-none: 0;
  --radius-round: 999px;

  --page-gutter: clamp(1rem, 4vw, 4.5rem);
  --page-max: 96rem;
  --measure: 65ch;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-toast: 500;
}
