/* Hallmark · theme: Quiet · paper: light · display: geometric-sans · accent: neutral */

:root {
  --color-paper:      oklch(100% 0 0);
  --color-paper-2:    oklch(98.5% 0 0);
  --color-paper-3:    oklch(96% 0 0);
  --color-rule:       oklch(91% 0 0);
  --color-rule-2:     oklch(82% 0 0);
  --color-muted:      oklch(55% 0 0);
  --color-ink-2:      oklch(28% 0 0);
  --color-ink:        oklch(15% 0 0);
  --color-accent:     oklch(15% 0 0);
  --color-accent-ink: oklch(100% 0 0);
  --color-focus:      oklch(60% 0.10 240);
  --color-error:      oklch(55% 0.20 25);
  --color-error-bg:   oklch(97% 0.02 25);

  --font-display: "Geist", "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;
  --font-body:    "Geist", "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, 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: 4.5rem;

  --text-xs:  0.75rem;
  --text-sm:  0.875rem;
  --text-md:  1rem;
  --text-lg:  1.25rem;
  --text-xl:  1.5rem;
  --text-2xl: clamp(1.5rem, 2vw + 0.5rem, 2rem);

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

  --radius-card:  8px;
  --radius-pill:  999px;
  --radius-input: 8px;

  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --page-max:    42rem;
}
