/* Hallmark · theme: studied-DNA (source: https://www.tyrogers.net/) · paper light / wide-grotesk mark + mono / neutral, no accent */
:root {
  --color-paper: oklch(97.4% 0.001 90);
  --color-ink: oklch(16% 0 0);
  --color-ink-2: oklch(46% 0 0);
  --color-rule: oklch(88% 0 0);
  --color-tile: oklch(92% 0 0);
  --color-scrim: oklch(12% 0 0 / 0.96);
  --color-scrim-ink: oklch(96% 0 0);

  --font-mark: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;

  --text-xs: 0.6875rem;
  --text-sm: 0.75rem;
  --text-md: 0.8125rem;
  --text-lg: 0.9375rem;

  --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;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --measure: 70rem;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 140ms;
  --dur-med: 260ms;
}
