@tailwind base;@tailwind components;@tailwind utilities;:root{--hg-black:#0e0e10;--hg-dark:#161618;--hg-charcoal:#1e1e21;--hg-accent:#c8b89a;--hg-accent-light:#ddd0bb;--hg-white:#fff;--hg-grey:#888;--hg-gold:#c8b89a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0e0e10;color:#fff;font-family:Inter,sans-serif}.font-display,h1,h2,h3,h4{font-family:Oswald,sans-serif;font-weight:700;letter-spacing:.04em}.animate-on-scroll{opacity:0;transform:translateY(2rem);transition:opacity .7s ease,transform .7s ease}.animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.overlay-dark{background:linear-gradient(90deg,#0e0e10eb,#0e0e1066,#0e0e10bf)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#161618}::-webkit-scrollbar-thumb{background:#2e2e33}button,a{transition:all .2s ease}button:focus-visible,a:focus-visible{outline:2px solid #c8b89a;outline-offset:3px}
