@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,sans-serif;color:#e8e8e8;background:#0a0a0a;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#0a0a0a;color:#e8e8e8}h1,h2,h3,h4{font-family:Inter,sans-serif;letter-spacing:-.04em}button,a{transition:all .2s ease}::selection{background:#d1d5db;color:#0a0a0a}.metal-text{background:linear-gradient(120deg,#fff,#d1d5db 45%,#9ca3af);background-clip:text;-webkit-background-clip:text;color:transparent}.section-divider{height:1px;background:linear-gradient(90deg,transparent,#4b5563,transparent)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
