:root {
--color-primary: #0a2540;
--color-secondary: #00a8e8;
--color-accent: #f5a623;
--color-text: #333;
} body {
color: var(--color-text);
} .text-center { text-align: center; }
.hidden { display: none !important; }