:root {
  color-scheme: light;

  --color-paper: oklch(98% 0.006 250);
  --color-paper-2: oklch(96% 0.012 250);
  --color-paper-3: oklch(92% 0.025 250);
  --color-ink: oklch(20% 0.035 252);
  --color-ink-2: oklch(31% 0.035 252);
  --color-muted: oklch(43% 0.025 252);
  --color-rule: oklch(84% 0.025 250);
  --color-rule-strong: oklch(68% 0.055 250);
  --color-accent: oklch(49% 0.205 255);
  --color-accent-soft: oklch(94% 0.035 255);
  --color-accent-ink: oklch(98% 0.006 250);
  --color-focus: oklch(56% 0.22 40);
  --color-success: oklch(42% 0.12 155);
  --color-success-soft: oklch(94% 0.035 155);
  --color-warning: oklch(49% 0.12 78);
  --color-warning-soft: oklch(95% 0.04 78);
  --color-danger: oklch(48% 0.18 25);
  --color-danger-soft: oklch(95% 0.035 25);
  --color-overlay: oklch(16% 0.025 252 / 0.58);
  --color-shadow: oklch(22% 0.03 252 / 0.08);

  --font-display: "Space Grotesk", "Noto Sans Thai", sans-serif;
  --font-body: "Noto Sans Thai", sans-serif;

  --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-display: clamp(3.25rem, 9vw, 7rem);

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

  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;

  --rule-thin: 1px;
  --rule-strong: 2px;

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

  --z-base: 1;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
}
