:root {
    --brand: #002147;
    --brand-2: #0b3766;
    --accent: #b8860b;
    --accent-soft: #f3e5bf;
    --ink: #172033;
    --muted: #657286;
    --faint: #8b97a7;
    --line: #dfe6ef;
    --paper: #ffffff;
    --soft: #f6f8fb;
    --card: #ffffff;
    --radius: 16px;
    --shadow: 0 12px 34px rgba(0, 33, 71, 0.08);
    --font-sans: "Inter", "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
