/* Hallmark · genre: modern-minimal · macrostructure: Workbench · theme: inherited SubSentry green · enrichment: none · nav: N3 · footer: Ft2 */
/* Hallmark · pre-emit critique: P5 H4 E5 S4 R5 V5 */
:root {
  --hm-paper: oklch(97% 0.012 105);
  --hm-surface: oklch(99% 0.008 105);
  --hm-sage: oklch(93% 0.026 105);
  --hm-line: oklch(87% 0.028 105);
  --hm-ink: oklch(19% 0.025 145);
  --hm-muted: oklch(42% 0.035 130);
  --hm-lime: oklch(83% 0.19 112);
  --hm-lime-dark: oklch(60% 0.12 112);
  --hm-radius: 18px;
  --hm-radius-sm: 12px;
  --hm-shadow: 0 10px 28px color-mix(in oklch, var(--hm-ink) 8%, transparent);
  --hm-font-display: "Outfit", ui-sans-serif, sans-serif;
  --hm-font-body: "Manrope", ui-sans-serif, sans-serif;
  --hm-font-mono: "DM Mono", ui-monospace, monospace;
  --hm-ease: cubic-bezier(.2,.75,.25,1);
  --hm-fast: 160ms;
  --hm-normal: 280ms;
  --font-display: var(--hm-font-display);
  --font-body: var(--hm-font-body);
  --font-mono: var(--hm-font-mono);
}