/* This should always load first */
:root {
    --primary: #4f46e5;
    --primary-dark: #4338ca;
    /* ... other variables ... */
} 