.mystic{--mystic-gold:#8a6d1f;--mystic-violet:#5b4bc4;--mystic-gold-rgb:184,148,47;--mystic-violet-rgb:91,76,196;--mystic-night-top:#faf8ff;--mystic-night-bottom:#ece7fb;--mystic-star-dim:#5b4cc466;--mystic-star-gold:#b8942f99;--mystic-nebula-violet:#5b4cc41a;--mystic-nebula-gold:#b8942f14;--mystic-scene-top:#ece5fa;--mystic-scene-bottom:#d8ccf2;--mystic-scene-nebula-violet:#5b4cc433;--mystic-scene-nebula-gold:#b8942f29;--background:#faf8ff;--foreground:#2a2450;--card:#ffffffd9;--card-foreground:#2a2450;--popover:#fff;--popover-foreground:#2a2450;--primary:#8a6d1f;--primary-foreground:#fffdf2;--secondary:#5b4cc41a;--secondary-foreground:#453a92;--muted:#5b4cc412;--muted-foreground:#6b6590;--accent:#5b4cc41f;--accent-foreground:#453a92;--destructive:#b3423f;--destructive-foreground:#fff5f5;--border:#b8942f59;--input:#b8942f66;--ring:#8a6d1f73;--sidebar:#f3f0fc;--sidebar-foreground:#2a2450;--radius:1rem;--shadow-color:#7b6aaf;--mystic-serif:var(--font-mystic-serif),var(--font-mystic-serif-ja),Georgia,"Hiragino Mincho ProN","Yu Mincho",serif;color:var(--foreground);background-color:var(--mystic-night-top);position:relative}.dark .mystic{--mystic-gold:#d4af37;--mystic-violet:#8b7cf8;--mystic-gold-rgb:212,175,55;--mystic-violet-rgb:139,124,248;--mystic-night-top:#0a0a18;--mystic-night-bottom:#141230;--mystic-star-dim:#cfc9ee;--mystic-star-gold:#d4af37;--mystic-nebula-violet:#8b7cf824;--mystic-nebula-gold:#d4af3712;--mystic-scene-top:#1b1745;--mystic-scene-bottom:#0c0a22;--mystic-scene-nebula-violet:#8b7cf847;--mystic-scene-nebula-gold:#d4af3724;--background:#0d0b20;--foreground:#ece9f7;--card:#161430b8;--card-foreground:#ece9f7;--popover:#1b1838;--popover-foreground:#ece9f7;--primary:#d4af37;--primary-foreground:#191307;--secondary:#8b7cf829;--secondary-foreground:#cdc5ff;--muted:#8b7cf817;--muted-foreground:#aca5cf;--accent:#8b7cf82e;--accent-foreground:#cdc5ff;--destructive:#e08b8b;--destructive-foreground:#1a0d0d;--border:#d4af372e;--input:#d4af373d;--ring:#d4af3773;--sidebar:#12102a;--sidebar-foreground:#ece9f7;--shadow-color:#060410}.mystic h1,.mystic h2,.mystic h3{font-family:var(--mystic-serif);letter-spacing:.035em;font-weight:600}.mystic ::selection{background:rgba(var(--mystic-violet-rgb),.3)}body:has(.mystic){--popover:#fff;--popover-foreground:#2a2450;--foreground:#2a2450;--border:#b8942f59;--muted:#5b4cc412;--muted-foreground:#6b6590;--accent:#5b4cc41f;--accent-foreground:#453a92;background-color:#faf8ff}.dark body:has(.mystic){--popover:#1b1838;--popover-foreground:#ece9f7;--foreground:#ece9f7;--border:#d4af372e;--muted:#8b7cf817;--muted-foreground:#aca5cf;--accent:#8b7cf82e;--accent-foreground:#cdc5ff;background-color:#0a0a18}.mystic-sky{z-index:-10;pointer-events:none;background:linear-gradient(#faf8ff 0%,#f4f0fd 55%,#ece7fb 100%);position:fixed;inset:0;overflow:hidden}.dark .mystic-sky{background:linear-gradient(#0a0a18 0%,#100e26 55%,#141230 100%)}.mystic-sky:before,.mystic-sky:after{content:"";filter:blur(80px);border-radius:9999px;position:absolute}.mystic-sky:before{background:radial-gradient(circle,var(--mystic-nebula-violet)0%,transparent 70%);width:55vw;height:55vw;top:-18vw;right:-12vw}.mystic-sky:after{background:radial-gradient(circle,var(--mystic-nebula-gold)0%,transparent 70%);width:45vw;height:45vw;bottom:-15vw;left:-10vw}.mystic-sky svg{width:100%;height:100%}.mystic-star{animation:4s ease-in-out infinite mystic-twinkle}@keyframes mystic-twinkle{0%,to{opacity:.25}50%{opacity:.95}}.mystic-glow{transition:box-shadow .35s,border-color .35s,transform .35s}.mystic-glow:hover{box-shadow:0 0 0 1px rgba(var(--mystic-gold-rgb),.28),0 6px 32px rgba(var(--mystic-violet-rgb),.16)}.mystic-fade-up{animation:.7s both mystic-fade-up}@keyframes mystic-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.mystic-quote{border-left:3px solid var(--mystic-gold);background:rgba(var(--mystic-gold-rgb),.07);border-radius:0 .75rem .75rem 0}.mystic-moon{width:2.25rem;height:2.25rem;box-shadow:inset -.7em 0 0 0 var(--mystic-gold);opacity:.9;border-radius:9999px;animation:3.4s ease-in-out infinite mystic-moon}@keyframes mystic-moon{0%{box-shadow:inset -.7em 0 0 0 var(--mystic-gold)}50%{box-shadow:inset 0 0 0 1.2em var(--mystic-gold)}to{box-shadow:inset .7em 0 0 0 var(--mystic-gold)}}.mystic-loading-dot{background:var(--mystic-violet);border-radius:9999px;width:.3rem;height:.3rem;animation:1.6s ease-in-out infinite mystic-twinkle}.mystic-shuffle{animation:.6s ease-in-out mystic-shuffle}@keyframes mystic-shuffle{0%{transform:translate(0)rotate(0)}25%{transform:translate(-16px)rotate(-5deg)}60%{transform:translate(14px)rotate(4deg)}to{transform:translate(0)rotate(0)}}.mystic-deck-card{transform-origin:50% 100%;cursor:pointer;transition:transform .3s,box-shadow .3s}.mystic-deck-card:hover{transform:translateY(-8px)}.mystic-deck-card.is-picked{box-shadow:0 0 0 2px rgba(var(--mystic-gold-rgb),.75),0 8px 28px rgba(var(--mystic-gold-rgb),.25);border-radius:10px;transform:translateY(-16px)}.mystic-flip{perspective:1200px}.mystic-flip-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.35,.1,.25,1);position:relative}.mystic-flip.is-flipped .mystic-flip-inner{transform:rotateY(180deg)}.mystic-flip-face{backface-visibility:hidden;border-radius:10px;position:absolute;inset:0;overflow:hidden}.mystic-flip-rear{transform:rotateY(180deg)}.mystic-scene{background:radial-gradient(60% 85% at 78% 16%,var(--mystic-scene-nebula-violet)0%,transparent 70%),radial-gradient(55% 75% at 18% 88%,var(--mystic-scene-nebula-gold)0%,transparent 70%),linear-gradient(165deg,var(--mystic-scene-top)0%,var(--mystic-scene-bottom)100%);position:relative;overflow:hidden}.mystic-scene-shell{transition:border-color .3s,box-shadow .3s}:is(.mystic-scene-shell:has(.mystic-scene-cta:hover),.mystic-scene-shell:has(.mystic-scene-cta:focus-visible)){border-color:rgba(var(--mystic-gold-rgb),.45);box-shadow:0 0 0 1px rgba(var(--mystic-gold-rgb),.28),0 6px 32px rgba(var(--mystic-violet-rgb),.16)}.mystic-scene-halo{pointer-events:none;opacity:.75;background:radial-gradient(circle,rgba(var(--mystic-gold-rgb),.32)0%,rgba(var(--mystic-violet-rgb),.18)45%,transparent 72%);filter:blur(12px);border-radius:9999px;transition:opacity .35s;position:absolute}.mystic-scene-halo.is-breathing{animation:3.8s ease-in-out infinite mystic-breathe}@keyframes mystic-breathe{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}.mystic-scene-cardback{filter:drop-shadow(0 0 9px rgba(var(--mystic-gold-rgb),.4))drop-shadow(0 10px 22px rgba(var(--mystic-violet-rgb),.35))}.mystic-scene-cardfloat{transition:transform .45s}.mystic-scene-cta:hover .mystic-scene-cardfloat,.mystic-scene-cta:focus-visible .mystic-scene-cardfloat{transform:var(--scene-hover-transform,translateY(-6px))}.mystic-scene-cta:hover .mystic-scene-halo,.mystic-scene-cta:focus-visible .mystic-scene-halo{opacity:1}.mystic-scene-cta[aria-pressed=true] .mystic-scene-cardfloat{animation:3.6s ease-in-out infinite mystic-card-float}.mystic-scene-cta[aria-pressed=true] .mystic-scene-halo{animation:3.8s ease-in-out infinite mystic-breathe}@keyframes mystic-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.mystic-scene-sheen{z-index:3;pointer-events:none;background:linear-gradient(115deg,transparent 35%,#fff0c824 48%,rgba(var(--mystic-gold-rgb),.2)52%,transparent 65%);position:absolute;inset:0;transform:translate(-130%)}.mystic-scene-cta:hover .mystic-scene-sheen,.mystic-scene-cta:focus-visible .mystic-scene-sheen{animation:1.1s 50ms mystic-sheen}@keyframes mystic-sheen{to{transform:translate(130%)}}.mystic-tilt{will-change:transform;transition:transform .18s ease-out,box-shadow .35s,border-color .35s}.mystic-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.mystic-carousel::-webkit-scrollbar{display:none}.mystic-carousel>*{scroll-snap-align:start;flex-shrink:0}.mystic-carousel-arrow{border:1px solid rgba(var(--mystic-gold-rgb),.45);background:rgba(var(--mystic-gold-rgb),.08);width:2.5rem;height:2.5rem;color:var(--mystic-gold);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;justify-content:center;align-items:center;transition:opacity .3s,box-shadow .3s,border-color .3s;display:inline-flex}.mystic-carousel-arrow:hover:not(:disabled){border-color:rgba(var(--mystic-gold-rgb),.75);box-shadow:0 0 18px rgba(var(--mystic-gold-rgb),.35)}.mystic-carousel-arrow:disabled{opacity:.25;pointer-events:none}.mystic-carousel-dot{background:rgba(var(--mystic-violet-rgb),.35);border-radius:9999px;width:.5rem;height:.5rem;transition:background .3s,transform .3s}.mystic-carousel-dot[aria-pressed=true]{background:var(--mystic-gold);transform:scale(1.25)}.mystic .mystic-hero-compact{padding-top:5.5rem;padding-bottom:.5rem}.mystic .mystic-hero-compact h1{margin-top:0}.mystic .mystic-hero-compact h1+p{margin-top:.5rem;margin-bottom:0}.mystic-expand{grid-template-rows:0fr;transition:grid-template-rows .45s;display:grid}.mystic-expand.is-open{grid-template-rows:1fr}.mystic-expand>*{visibility:hidden;min-height:0;transition:visibility 0s .45s;overflow:hidden}.mystic-expand.is-open>*{visibility:visible;transition:visibility}@media (prefers-reduced-motion:reduce){.mystic-star,.mystic-moon,.mystic-loading-dot,.mystic-shuffle,.mystic-fade-up,.mystic-scene-halo,.mystic-scene-sheen,.mystic-scene-cta[aria-pressed=true] .mystic-scene-cardfloat,.mystic-scene-cta[aria-pressed=true] .mystic-scene-halo{animation:none}.mystic-flip-inner,.mystic-deck-card,.mystic-glow,.mystic-tilt,.mystic-scene-cardfloat,.mystic-carousel-arrow,.mystic-carousel-dot,.mystic-expand,.mystic-expand>*{transition:none}.mystic-carousel{scroll-behavior:auto}}
@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/8bd76523131fa0fc-s.eb17b6b9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/8bd76523131fa0fc-s.eb17b6b9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/8bd76523131fa0fc-s.eb17b6b9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_eca468b8-module__rDc4MW__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.cormorant_garamond_eca468b8-module__rDc4MW__variable{--font-mystic-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}
