/* Hallmark — tokens — Aurora Archive */
:root {
  --color-paper: oklch(96% 0.012 108);
  --color-paper-2: oklch(91% 0.018 112);
  --color-paper-3: oklch(84% 0.026 118);
  --color-ink: oklch(16% 0.014 155);
  --color-ink-2: oklch(27% 0.018 155);
  --color-muted: oklch(48% 0.018 150);
  --color-rule: oklch(76% 0.025 118);
  --color-rule-dark: oklch(32% 0.018 155);
  --color-accent: oklch(88% 0.17 93);
  --color-accent-deep: oklch(70% 0.16 86);
  --color-accent-ink: oklch(16% 0.025 90);
  --color-night: oklch(12% 0.016 170);
  --color-night-2: oklch(18% 0.02 175);
  --color-night-3: oklch(23% 0.022 170);
  --color-night-text: oklch(93% 0.012 110);
  --color-night-muted: oklch(72% 0.022 130);
  --color-error: oklch(58% 0.19 28);
  --color-success: oklch(62% 0.16 145);
  --color-focus: oklch(72% 0.19 126);
  --color-transparent: transparent;
  --color-night-alpha: oklch(12% 0.016 170 / 0.84);
  --color-night-alpha-soft: oklch(12% 0.016 170 / 0.54);
  --color-paper-alpha: oklch(96% 0.012 108 / 0.88);
  --color-accent-alpha: oklch(82% 0.21 125 / 0.18);
  --color-shadow: oklch(10% 0.012 165 / 0.22);

  --font-display: "Archivo Black", "Arial Black", sans-serif;
  --font-body: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --font-data: "Noto Sans KR", sans-serif;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 7rem;
  --space-5xl: 10rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.8rem, 3vw, 3.2rem);
  --text-3xl: clamp(2.6rem, 5vw, 5.5rem);
  --text-display: clamp(3.5rem, 8vw, 6rem);

  --radius-xs: 0.25rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-round: 999px;
  --rule-thin: 1px;
  --rule-thick: 4px;

  --dur-fast: 160ms;
  --dur-base: 360ms;
  --dur-slow: 720ms;
  --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);
}
