/* Hallmark · macrostructure: Workshop Archive · tone: tactile civic studio · anchor hue: lake-green
 * Hallmark · pre-emit critique: P5 H4 E4 S5 R4 V4
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Oranienbaum&display=swap");

:root {
  --color-paper: oklch(96% 0.018 82);
  --color-paper-translucent: oklch(96% 0.018 82 / 92%);
  --color-paper-warm: oklch(91% 0.044 78);
  --color-paper-cool: oklch(89% 0.035 169);
  --color-grid-line: oklch(80% 0.026 91 / 24%);
  --color-ink: oklch(22% 0.045 118);
  --color-ink-soft: oklch(37% 0.041 113);
  --color-muted: oklch(57% 0.033 107);
  --color-rule: oklch(78% 0.039 86);
  --color-accent: oklch(48% 0.118 157);
  --color-accent-ink: var(--color-paper);
  --color-accent-strong: oklch(39% 0.133 151);
  --color-clay: oklch(55% 0.128 39);
  --color-madder: oklch(46% 0.13 27);
  --color-blue: oklch(52% 0.105 235);
  --color-honey: oklch(78% 0.111 82);
  --color-honey-shadow: oklch(72% 0.074 83 / 52%);
  --color-focus: oklch(56% 0.16 235);
  --color-shadow: oklch(25% 0.05 108 / 18%);

  --font-display: "Oranienbaum", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;

  --text-xs: 0.78rem;
  --text-sm: 0.9rem;
  --text-md: 1rem;
  --text-lg: 1.18rem;
  --text-xl: 1.45rem;
  --text-2xl: 2rem;
  --text-display-s: 3rem;
  --text-display: 4.6rem;

  --radius-sm: 0.35rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --rule-thin: 1px;
  --rule-bold: 2px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.32, 0, 0.67, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 140ms;
  --dur-med: 240ms;
}
