@import "tailwindcss"; :root { --background: #ffffff; --foreground: #171717; } html, body { max-width: 100vw; overflow-x: hidden; } body { color: var(--foreground); background: var(--background); } * { box-sizing: border-box; } a { color: inherit; text-decoration: none; }