@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground:#1e293b;--background:#f8fafc}@media (prefers-color-scheme:dark){:root{--foreground:#f1f5f9;--background:#0f172a}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
