/* Hallmark · tokens · genre: editorial · theme: Linen · project: docteur-ndame-ngalle.be */

:root {
  /* Colors — OKLCH */
  --color-paper:      oklch(97.5% 0.004 90);
  --color-paper-2:    oklch(94.5% 0.012 88);
  --color-ink:        oklch(6%    0     0);
  --color-ink-2:      oklch(40%   0.004 89);
  --color-rule:       oklch(88.5% 0.008 88);
  --color-accent:     oklch(40%   0.18  27);
  --color-accent-ink: oklch(98%   0.003 90);
  --color-focus:      oklch(55%   0.18  250);

  /* Typography */
  --font-display: "Source Serif 4", "Iowan Old Style", "Charter", Georgia, serif;
  --font-body:    "Source Serif 4", "Iowan Old Style", "Charter", Georgia, serif;
  --font-mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* Type scale */
  --text-xs:      0.72rem;
  --text-sm:      0.875rem;
  --text-md:      1rem;
  --text-lg:      1.125rem;
  --text-xl:      1.375rem;
  --text-2xl:     1.75rem;
  --text-3xl:     2.25rem;
  --text-display: clamp(2.6rem, 6vw, 4.2rem);

  /* Spacing — 4pt scale */
  --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;

  /* Motion */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --dur-short:   200ms;

  /* Radii */
  --radius-sm: 2px;
  --radius-md: 4px;

  /* Measure */
  --measure: 65ch;
}
