/* 100Widgets — Shared Theme v2.0 */
:root {
    --bg: #09090b;
    --bg2: #111114;
    --bg3: #18181b;
    --bg4: #1e1e22;
    --accent: #6366f1;
    --accent2: #818cf8;
    --accent-glow: rgba(99, 102, 241, 0.15);
    --text: #fafafa;
    --text2: #a1a1aa;
    --text3: #71717a;
    --border: #27272a;
    --border2: #3f3f46;
    --success: #22c55e;
    --warning: #f59e0b;
    --error: #ef4444;
    --radius: 12px;
    --font: 'DM Sans', system-ui, -apple-system, sans-serif;
    --mono: 'JetBrains Mono', 'Fira Code', monospace;
}

[data-theme="light"] {
    --bg: #f8fafc;
    --bg2: #ffffff;
    --bg3: #f1f5f9;
    --bg4: #e2e8f0;
    --text: #0f172a;
    --text2: #475569;
    --text3: #94a3b8;
    --border: #e2e8f0;
    --border2: #cbd5e1;
    --accent-glow: rgba(99, 102, 241, 0.08);
}
