* { box-sizing: border-box; }
html { min-height: 100%; background: var(--color-bg); }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--color-text); font-family: var(--font-sans); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, p { margin-top: 0; }
h1 { margin-bottom: var(--space-3); color: var(--color-navy); font-size: clamp(1.75rem, 4vw, 2.35rem); line-height: 1.2; }
button { font: inherit; }
