@tailwind base;@tailwind components;@tailwind utilities;:root{--color-clay: #EAE8E4;--color-charcoal: #1C1C1C;--color-rust: #BC4926;--color-sand: #D6D3CD}@layer base{body{@apply bg-clay text-charcoal antialiased overflow-x-hidden;font-feature-settings:"ss01","ss02","cv01","cv02"}::selection{@apply bg-rust/30 text-charcoal;}}@layer components{.hover-target{@apply transition-all duration-300;}.reveal-up{@apply translate-y-8 opacity-0 transition-all duration-1000 ease-out;}.reveal-up.active{@apply translate-y-0 opacity-100;}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{@apply bg-clay;}::-webkit-scrollbar-thumb{@apply bg-charcoal/20 rounded-full hover:bg-rust/40 transition-colors;}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}html{scroll-behavior:smooth}
