:root {
    --osba-navy: #001e60;
    --osba-blue: #004c97;
    --osba-cyan: #00a3e0;
    --osba-gold: #f2a900;
    --osba-red: #d50032;
    --osba-purple: #60249f;
    --osba-green: #00b140;
    --osba-white: #fff;
    --osba-gray-bg: #f5f5f5;
    --osba-ink: #272828;
    --osba-ink-muted: #63666a;
    --osba-border: #d0d0ce;
    --osba-on-dark: #fafafa;
    --color-bg: var(--osba-white);
    --color-text: var(--osba-ink);
    --color-heading: var(--osba-navy);
    --font-body: "gotham", "Gotham Fallback", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-display: "museo-slab", "Museo Slab Fallback", Georgia, "Times New Roman", Times, serif;
    --step-hero: clamp(1.75rem, 7vw, 6rem);
    --step-h2: clamp(1.5rem, 3.4vw, 2.5rem);
    --step-h3: clamp(1.25rem, 2.2vw, 1.75rem);
    --step-eyebrow: clamp(1.125rem, 2.6vw, 2rem);
    --step-body: clamp(1rem, 1.15vw, 1.125rem);
    --step-small: clamp(.8125rem, 1vw, .9375rem);
    --measure: 68ch;
    --gutter: clamp(1.25rem, 4vw, 3rem);
    --section-y: clamp(4rem, 10vw, 8rem);
    --content-max: 1100px;
    --radius: .25rem
}
