@tailwind base; @tailwind components; @tailwind utilities; :root { color-scheme: light !important; } html { background-color: transparent !important; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100vh; width: 100vw; overflow: hidden; background-color: transparent !important; } #root { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; background-color: transparent !important; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }