/* Hallmark · macrostructure: Photographic · genre: atmospheric · theme: custom Samurai · paper-band: dark · display-style: grotesk-sans · accent-hue: warm */
:root {
  --color-paper: oklch(12% 0.012 35);
  --color-paper-2: oklch(16% 0.016 32);
  --color-paper-3: oklch(21% 0.020 30);
  --color-ink: oklch(87% 0.035 78);
  --color-ink-strong: oklch(95% 0.020 78);
  --color-muted: oklch(65% 0.028 70);
  --color-subtle: oklch(58% 0.024 55);
  --color-rule: oklch(49% 0.025 35);
  --color-accent: oklch(50% 0.190 27);
  --color-accent-bright: oklch(61% 0.200 28);
  --color-accent-ink: oklch(96% 0.018 80);
  --color-focus: oklch(72% 0.165 43);

  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "Familjen Grotesk", "Trebuchet MS", sans-serif;

  --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;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.72rem;
  --text-sm: 0.88rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.56rem;
  --text-xl: 1.95rem;
  --text-2xl: 2.44rem;
  --text-3xl: 3.05rem;
  --text-display: clamp(3rem, 7vw, 5.25rem);

  --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-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --radius-sm: 0.25rem;
  --page-gutter: clamp(1rem, 4vw, 4rem);
  --content-max: 86rem;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
