@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Cinzel:wght@400;600&family=Lato:wght@300;400&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--stone: #2C1810;--stone2: #4A2C1A;--terra: #8B4513;--warm: #C4956A;--parch: #F5EDD8;--cream: #FBF6EC;--gold: #B8860B;--gold2: #D4A017;--mist: #E8DCC8;--ink: #1A0F08;--dim: #6B4E2A;--light: #F9F3E8;--serif-display: "Playfair Display", Georgia, serif;--serif-body: "EB Garamond", Georgia, serif;--serif-caps: "Cinzel", Georgia, serif;--sans: "Lato", sans-serif}html,body,#root{height:100%}body{font-family:var(--sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--mist);border-radius:3px}.screen-enter{opacity:0;transform:translateY(10px)}.screen-enter-active{opacity:1;transform:translateY(0);transition:all .4s ease}.screen-exit{opacity:1}.screen-exit-active{opacity:0;transition:opacity .25s ease}.p-bubble strong{font-weight:600;color:var(--stone)}.p-bubble em{font-style:italic;color:var(--terra)}@keyframes p-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.p-ticker-animate{animation:p-ticker-scroll 28s linear infinite}canvas{display:block}button:focus-visible,input:focus-visible{outline:2px solid var(--terra);outline-offset:2px}.cross-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C4956A' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
