@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--forest: #0D2B1A;--forest2: #162B20;--moss: #2D5A3D;--sage: #4A7C59;--candle: #C9973A;--candle2: #E8C47A;--ivory: #F8F5EF;--parch: #EDE8DC;--mist: #D4CFC4;--ink: #0A1A10;--dim: #5A7A60;--slight: #F2EEE6;--serif-caps: "Cinzel", Georgia, serif;--serif-body: "EB Garamond", Georgia, serif;--sans: "Lato", sans-serif}html,body,#root{height:100%}body{font-family:var(--sans);background:var(--ivory);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}.s-bubble strong{font-weight:600;color:var(--forest)}.s-bubble em{font-style:italic;color:var(--sage)}@keyframes s-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.s-ticker-animate{animation:s-ticker 30s linear infinite}button:focus-visible,input:focus-visible{outline:2px solid var(--moss);outline-offset:2px}
