/* CSS Custom Properties / Variables */
:root {
    --color-primary: #6366f1;
    --color-secondary: #a855f7;
    --color-dark: #0f172a;
    --font-sans: 'Inter', sans-serif;
}