:root {
/* Brand */
--alh-amber: #1c6fd4;
--alh-cocoa: #12376b;
--alh-gold: #17529e;
/* Derived neutrals */
--alh-cream: #f2f6fb;
--alh-sand: #dce7f5;
--alh-ink: #1e2a3a;
--alh-muted: #4a5c73;
--alh-rule: #c8d8ec;
/* Type */
--alh-font-display: "Fraunces", Georgia, serif;
--alh-font-body: "IBM Plex Sans", system-ui, sans-serif;
--alh-font-mono: "IBM Plex Mono", ui-monospace, monospace;
/* Scale */
--alh-step-0: 1rem;
--alh-step-1: 1.25rem;
--alh-step-2: 1.5625rem;
--alh-step-3: 1.9531rem;
--alh-step-4: 2.4414rem;
/* Spacing */
--alh-space-xs: 0.5rem;
--alh-space-sm: 1rem;
--alh-space-md: 2rem;
--alh-space-lg: 3.5rem;
--alh-space-xl: 6rem;
/* Layout */
--alh-measure: 68ch;
--alh-radius: 2px;
}
