:root {

    --lumos-background: #ffffff;
    --lumos-surface: #f6f7f9;
    --lumos-text: #202124;
    --lumos-text-muted: #5f6368;
    --lumos-border: #e5e7eb;
    --lumos-primary: #2563eb;

}

html[data-theme="dark"] {

    --lumos-background: #111827;
    --lumos-surface: #1f2937;
    --lumos-text: #f3f4f6;
    --lumos-text-muted: #9ca3af;
    --lumos-border: #374151;
    --lumos-primary: #60a5fa;

}