@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");:root{--color-ink:#1a1a2e;--color-cream:#f5f0e8;--color-gold:#c9a96e;--color-gold-light:#e8d5b0;--color-blue:#4a6fa5;--color-warm-gray:#b8b0a4;--color-light-gray:#f0ebe3;--font-heading:"Cormorant Garamond",serif;--font-body:"DM Sans",sans-serif;--gobi-bg:#f5ede0;--fie-bg:#eee8f5;--lilo-bg:#e8f0f0;--bo-bg:#e0e8f5;--mio-bg:#e8e0f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-ink);background:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:var(--font-body)}body:has(.admin-shell)>footer,body:has(.admin-shell)>header{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .6s ease-out both}.animate-in-delay{animation:fadeIn .6s ease-out .15s both}.animate-in-delay-2{animation:fadeIn .6s ease-out .3s both}@media (max-width:768px){.grid-2{grid-template-columns:1fr!important}.hide-mobile{display:none!important}}