:root{--ostri-charcoal: #3D3D3D;--ostri-charcoal-light: #5A5A5A;--ostri-terracotta: #acbc97;--ostri-terracotta-dark: #8c9a78;--ostri-terracotta-light: #c8d4b9;--ostri-cream: #F8F6F3;--ostri-cream-dark: #F0EDE8;--ostri-white: #FFFFFF;--ostri-text: #2D2D2D}.bg-ostri-charcoal{background-color:var(--ostri-charcoal)}.bg-ostri-terracotta{background-color:var(--ostri-terracotta)}.bg-ostri-terracotta-dark{background-color:var(--ostri-terracotta-dark)}.bg-ostri-cream{background-color:var(--ostri-cream)}.bg-ostri-cream-dark{background-color:var(--ostri-cream-dark)}.text-ostri-charcoal{color:var(--ostri-charcoal)}.text-ostri-terracotta{color:var(--ostri-terracotta)}.text-ostri-terracotta-dark{color:var(--ostri-terracotta-dark)}.hover\:bg-ostri-terracotta-dark:hover{background-color:var(--ostri-terracotta-dark)}.font-cormorant{font-family:Cormorant Garamond,serif}.font-inter{font-family:Inter,sans-serif}.font-nunito{font-family:Nunito,sans-serif}.border-ostri-terracotta{border-color:var(--ostri-terracotta)}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.animate-bounce-in{animation:bounce-in .3s ease-out}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .6s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.public-scrollbar::-webkit-scrollbar{width:6px}.public-scrollbar::-webkit-scrollbar-track{background:transparent}.public-scrollbar::-webkit-scrollbar-thumb{background:var(--ostri-terracotta);border-radius:10px;opacity:.3}
