/* Hallmark · tokens · theme: Garden · sample shop */
:root {
  --color-paper: oklch(95% 0.030 130);
  --color-paper-2: oklch(92% 0.034 130);
  --color-paper-3: oklch(87% 0.038 130);
  --color-rule: oklch(72% 0.034 130);
  --color-rule-2: oklch(56% 0.040 135);
  --color-muted: oklch(38% 0.055 152);
  --color-neutral: oklch(28% 0.060 158);
  --color-ink-2: oklch(20% 0.062 160);
  --color-ink: oklch(14% 0.065 160);
  --color-accent: oklch(48% 0.140 12);
  --color-accent-ink: oklch(96% 0.020 130);
  --color-focus: oklch(42% 0.140 12);

  --font-display: "Cormorant Garamond", ui-serif, Georgia, serif;
  --font-body: "Geist", ui-sans-serif, system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;

  --lh-tight: 1.05;
  --lh-snug: 1.22;
  --lh-normal: 1.5;

  --tracking-tight: -0.012em;
  --tracking-label: 0.1em;

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

  --page-gutter: clamp(1rem, 4vw, 1.5rem);
  --radius-card: 6px;
  --radius-pill: 4px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-short: 220ms;
}
