@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{color-scheme:dark}html{background-color:#0a0a0a}body{@apply text-gray-100 bg-dark-900;}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#10b981}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:"29LT Zarid";src:local("29LT Zarid"),local("29LT Zarid Regular");font-weight:400;font-display:swap}@keyframes glow{0%,to{box-shadow:0 0 5px #10b98133}50%{box-shadow:0 0 20px #10b98199}}.animate-glow{animation:glow 2s infinite}
