@tailwind base; @tailwind components; @tailwind utilities; @import '@arcgis/core/assets/esri/themes/light/main.css'; :root { --foreground-rgb: 0, 0, 0; --background-rgb: 255, 255, 255; } @media (prefers-color-scheme: dark) { :root { --foreground-rgb: 255, 255, 255; --background-rgb: 0, 0, 0; } } html, body { color: rgb(var(--foreground-rgb)); background: rgb(var(--background-end-rgb)); } body { display: flex; } * { box-sizing: border-box; }