/* Custom Theme Styles */
:root {
    --theme-loaded: true;
}

/* Example: Add a subtle border to the glass nav to prove local CSS is working */
.glass-nav {
    border-bottom: 1px solid rgba(var(--brand-500), 0.2);
}