@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;background:#0a0a0a;color:#fff}*{box-sizing:border-box}::selection{background:#c9a84c;color:#0a0a0a}.gold-glow{text-shadow:0 0 18px rgba(201,168,76,.5)}.hero-overlay{background:linear-gradient(to bottom,#0000008c,#000000d9)}.film-grain{background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 1px,transparent 1px,transparent 5px),repeating-linear-gradient(25deg,rgba(201,168,76,.012) 0,rgba(201,168,76,.012) 1px,transparent 1px,transparent 7px)}.text-editorial{font-feature-settings:"kern" 1;letter-spacing:-.04em}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}h1,h2,h3,h4{font-family:Inter,system-ui,sans-serif}button,a,input,select,textarea{transition:all .2s ease}:focus-visible{outline:2px solid #C9A84C;outline-offset:3px}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#554719;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#c9a84c}
