@tailwind base;@tailwind components;@tailwind utilities;:root{--color-void: #050505;--color-surface: #111111;--color-grain: #D4AF37;--color-structure: #333333}body{background-color:var(--color-void);color:#e5e5e5;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-void)}::-webkit-scrollbar-thumb{background:var(--color-structure);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-grain)}
