@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,sans-serif;color-scheme:dark}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#111;color:#fff;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#c0451a;border:2px solid #111111}h1,h2,h3,h4{font-family:Inter,system-ui,sans-serif;font-weight:900;letter-spacing:-.03em}button,a,input,textarea{transition:all .2s ease}.ruled{border-top:3px solid #c0451a}.text-muted{color:#888}::selection{background:#c0451a;color:#fff}
