/* Minimal shared tokens for login/signup pages (formerly from dashboard_unified.css). */
:root {
    --color-ink: #0a0f1f;
    --color-panel: #111827;
    --color-panel-2: #0b1222;
    --color-primary: #22d3ee;
    --font-family: 'IBM Plex Sans', system-ui, sans-serif;
}
