@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground:#171717;--background:#fff}@media (prefers-color-scheme:dark){:root{--foreground:#ededed;--background:#0a0a0a}}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;margin:0;padding:0}.dark{--foreground:#ededed;--background:#0a0a0a}
