@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Inter:wght@300;400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}html{scroll-behavior:smooth;background:#0a0a0a;overflow-anchor:none}body{margin:0;background:#0a0a0a;color:#f5f0e8;font-family:Inter,sans-serif;font-weight:300}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}*{box-sizing:border-box}::selection{background:#c9a84c;color:#0a0a0a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#c9a84c}button,a,input,textarea{transition:all .3s ease}.font-display,h1,h2,h3{font-family:Cormorant Garamond,serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .9s ease forwards;opacity:0}@keyframes pulseDown{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(16px);opacity:1}}.animate-pulse-down{animation:pulseDown 2s ease-in-out infinite}.carousel-scene *{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.preserve-3d{transform-style:preserve-3d;-webkit-transform-style:preserve-3d}html.custom-cursor-on *,html.custom-cursor-on a,html.custom-cursor-on button,html.custom-cursor-on [role=button]{cursor:none!important}@keyframes expandFromOrigin{0%{opacity:0}to{opacity:1}}@keyframes shrinkToOrigin{0%{opacity:1}to{opacity:0}}.filter-pill-active{background:#c9a84c;color:#0a0a0a}.filter-pill{background:transparent;color:#f5f0e880;border:1px solid rgba(201,168,76,.25)}.filter-pill:hover{color:#c9a84c;border-color:#c9a84c99}
