:root {
    --color-primary: #0077cc;
    --color-secondary: #555;
    --font-base: 1rem;
    --font-scale: 1.2;
    --container-max: 1024px;
    --spacing: 1rem;
}
/* Font Family */
:root {
    --font-base: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
