@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--forest: #3D5247;--forest-dark: #2C3C34;--cream: #EDE8DF;--cream-dark: #E0D9CE;--sand: #C9BFA8;--rose: #B05C6A;--charcoal: #2A2A2A;--muted: #7A7A6E;--border: #D8D2C6;--white: #FAFAF7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;background:var(--white);color:var(--charcoal);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:500}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sand);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-fade-up{animation:fadeUp .5s ease both}.animate-fade-in{animation:fadeIn .4s ease both}.animate-delay-1{animation-delay:.08s}.animate-delay-2{animation-delay:.16s}.animate-delay-3{animation-delay:.24s}.animate-delay-4{animation-delay:.32s}.animate-float{animation:float 3s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,#ede8df 25%,#e0d9ce,#ede8df 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}*:focus-visible{outline:2px solid var(--forest);outline-offset:2px}
