:root {
 --color-brand-deep: #003a61;
 --color-brand-teal: #007d87;
 --color-primary: #003a61;
 --color-text: #12354b;
 --color-text-muted: #405b6d;
 --color-background: #fff;
 --color-surface: #edf6fa;
 --color-border: #d9e6ed;
 --font-heading: 'Roboto', Arial, sans-serif;
 --font-body: 'Inter', Arial, sans-serif;
 --content-max: 1200px;
 --section-gap: 64px;
 --section-space: 72px;
}
