@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#0f172a;--primary:#5b21b6;--primary-hover:#4c1d95;--accent:#7c3aed;--muted:#f8fafc;--muted-foreground:#64748b;--border:#e2e8f0;--card:#fff;--sidebar-bg:#fafaf9;--sidebar-border:#e7e5e4;--sidebar-active-bg:#ede9fe;--sidebar-active-text:#5b21b6;--sidebar-text:#57534e;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Outfit,system-ui,sans-serif}a{color:inherit;text-decoration:none}
