@import "tailwindcss"; @theme { --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } :root { color-scheme: dark; font-family: var(--font-sans); background: #020617; } * { box-sizing: border-box; } body { margin: 0; min-width: 320px; min-height: 100vh; background: radial-gradient(circle at 80% -10%, rgb(6 182 212 / 0.09), transparent 32rem), #020617; } button, a, input { -webkit-tap-highlight-color: transparent; } ::selection { background: rgb(34 211 238 / 0.28); } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto; transition-duration: 0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; } }