@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{color-scheme:light;--ground: #E2D4C3;--on-ground: #080906;--accent: #A0431B;--surface: #EFE6D8;--surface-hi: #F6EFE4;--line: #BEAA94;--muted: #7A6F60;--error: #BD492A;--success: #549764;--font-display: "Trajan Pro", "Cinzel", "Cormorant Garamond", serif;--font-body: "Cormorant Garamond", "EB Garamond", Georgia, serif;--ease: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;min-height:100vh}body{background-color:var(--ground);color:var(--on-ground);font-family:var(--font-body);font-size:18px;-webkit-font-smoothing:antialiased}.chea-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 15% 20%,rgba(160,67,27,.08) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 85% 82%,rgba(160,67,27,.05) 0%,transparent 55%),radial-gradient(ellipse 80% 60% at 50% 50%,rgba(190,170,148,.35) 0%,transparent 80%),#e2d4c3}.chea-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.04;mix-blend-mode:multiply}.screen-enter{opacity:0;transform:translate(24px)}.screen-enter-active{opacity:1;transform:translate(0);transition:opacity .38s var(--ease),transform .38s var(--ease)}.screen-exit{opacity:1;transform:translate(0)}.screen-exit-active{opacity:0;transform:translate(-24px);transition:opacity .28s ease-in,transform .28s ease-in}
