:root{--cream:#fff9f4;--cream-stage:#f6efe2;--purple:#5b59e9;--purple-deep:#473cdb;--plum:#2c2872;--ink:#1b1320;--soft-ink:#5b4e5b;--muted:#736573;--lilac:#efe6fa;--lilac-deep:#eee6fa;--mint:#dceddc;--peach:#ffe5d2;--card:#fffcf8;--hairline:#e5dcd6;--card-shadow:0 18px 35px #51416910;--card-shadow-hover:0 27px 50px #51416920;--serif:var(--font-fraunces), Georgia, serif;--sans:var(--font-dmsans), Arial, sans-serif;--container:1248px;--gutter:64px;--shell:calc(var(--container) + 2 * var(--gutter));--measure:790px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--cream);color:var(--ink);font-family:var(--sans);font-synthesis:none;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5;overflow-x:clip}h1,h2,h3{font-family:var(--serif);font-optical-sizing:auto;color:var(--ink);margin:0;font-weight:900}h2{letter-spacing:-1.9px;font-size:clamp(38px,4.2vw,62px);line-height:1.1}h1 em,h2 em{color:var(--purple);font-style:normal}p{margin:0}a{color:inherit;text-decoration:none}a,button{touch-action:manipulation}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}[hidden]{display:none!important}::selection{color:var(--plum);background:#e0d9ff}:focus-visible{outline-offset:6px;outline:3px solid #a15a24}.eyebrow{letter-spacing:1.6px;text-transform:uppercase;color:var(--muted);align-items:center;gap:10px;font-size:10px;font-weight:700;line-height:1.6;display:flex}.status-dot{width:7px;height:7px;box-shadow:0 0 0 5px var(--lilac);background:#8871cb;border-radius:50%;margin:0 4px;display:block}.container{max-width:var(--shell);padding-inline:var(--gutter);margin:0 auto}.button{min-height:58px;font:inherit;cursor:pointer;border:0;border-radius:100px;justify-content:space-between;align-items:center;gap:23px;padding:10px 11px 10px 26px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button:active{transform:scale(.98)}.button-primary{color:#fff;background:var(--purple);box-shadow:0 8px 22px #5b59e91a}.button-primary:hover{background:var(--purple-deep);box-shadow:0 12px 28px #5b59e928}.button-icon{background:#ffffff1f;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.pill-link{color:var(--plum);white-space:nowrap;border:1px solid #bcb4d2;border-radius:30px;align-items:center;gap:16px;padding:12px 20px;font-size:12px;font-weight:600;transition:background .2s;display:inline-flex}.pill-link:hover{background:var(--lilac)}.site-header{z-index:20;max-width:var(--shell);padding:26px var(--gutter);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex;position:relative}.brand{align-items:center;padding:10px 0;display:flex}.brand img{width:174px;height:auto}.desktop-nav{color:var(--soft-ink);align-items:center;gap:31px;font-size:13px;font-weight:500;display:flex}.desktop-nav a{padding:10px 0;transition:color .2s}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--purple)}.hero{max-width:var(--shell);padding:25px var(--gutter) 40px;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;margin:0 auto;display:grid;position:relative}.hero-copy{z-index:2;position:relative}.hero-copy .eyebrow{color:#675e77;letter-spacing:1.25px;margin-bottom:28px}.hero h1{letter-spacing:-4px;font-size:clamp(62px,6.7vw,100px);line-height:1.02}.hero-description{max-width:460px;color:var(--soft-ink);margin-top:28px;font-size:17px;line-height:1.85}.hero-stage{isolation:isolate;justify-content:center;align-items:center;min-height:440px;display:flex;position:relative}.hero-blob{z-index:-1;background:var(--cream-stage);border-radius:47% 53% 43% 57%;width:380px;height:400px;position:absolute;transform:rotate(-10deg)}.hero-mascot{filter:drop-shadow(0 20px 18px #a76b2633);width:min(300px,62%);animation:4s ease-in-out infinite mascot-bob}.hero-tile{color:#5c4fbb;width:100px;height:110px;font-family:var(--serif);letter-spacing:-2px;background:#e9ddf7;border-radius:26px;place-items:center;font-size:48px;font-weight:900;animation:6s ease-in-out infinite tile-bob;display:grid;position:absolute;top:14%;left:8%;transform:rotate(-12deg);box-shadow:-2px 7px #c7b8e2,0 20px 30px -12px #5c4fbb30}.hero-star{color:#bc9ad3;font-family:Georgia,serif;font-size:57px;position:absolute;top:6%;right:10%;transform:rotate(13deg)}@keyframes mascot-bob{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-9px)rotate(1deg)}}@keyframes tile-bob{0%,to{transform:rotate(-12deg)translateY(0)}50%{transform:rotate(-9deg)translateY(-7px)}}.page-heading{padding:30px 0 10px}.page-heading h1{letter-spacing:-1.9px;margin-top:22px;font-size:clamp(38px,4.2vw,62px);line-height:1.1}.page-lead{max-width:560px;color:var(--soft-ink);margin-top:22px;font-size:15px;line-height:1.85}.empty{color:var(--soft-ink);padding:40px 0 80px;font-size:15px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:20px 0 25px;display:grid}.card{background:var(--card);box-shadow:var(--card-shadow);border-radius:30px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-9px)}.card-media{aspect-ratio:16/9;display:block;position:relative;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%;transition:transform .65s}.card:hover .card-media img{transform:scale(1.06)}.card-placeholder{background:var(--cream-stage);justify-content:center;align-items:center;height:100%;display:flex}.card-placeholder img{width:80px;height:auto}.card-open{width:46px;height:46px;color:var(--plum);background:#fff9f4f0;border-radius:50%;place-items:center;transition:transform .3s;display:grid;position:absolute;bottom:15px;right:15px}.card:hover .card-open{transform:rotate(45deg)}.card-body{flex-direction:column;flex:1;padding:28px 25px 24px;display:flex}.card-body .eyebrow{letter-spacing:1.3px;font-size:8px}.card-title{letter-spacing:-.65px;margin-top:12px;font-size:clamp(20px,2.1vw,31px);line-height:1.2}.card-title a{transition:color .2s}.card-title a:hover{color:var(--purple)}.excerpt{color:var(--soft-ink);margin:12px 0 25px;font-size:13px;line-height:1.8}.card-foot{color:var(--muted);border-top:1px solid #e9e1de;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:11px;display:flex}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin:30px 0 40px;font-size:12px;display:flex}.post{padding-top:30px}.post-header{max-width:var(--measure);margin:0 auto}.post-header h1{letter-spacing:-2.4px;margin-top:22px;font-size:clamp(40px,5vw,68px);line-height:1.05}.post-meta{color:var(--muted);flex-wrap:wrap;gap:8px 18px;margin-top:22px;font-size:12px;display:flex}.post-hero{max-width:960px;margin:40px auto 0}.post-hero img{box-shadow:var(--card-shadow);border-radius:30px}.prose{max-width:var(--measure);color:var(--ink);margin:48px auto 0;font-size:17px;line-height:1.85}.prose h2{letter-spacing:-.8px;margin:2.2em 0 .6em;font-size:30px;line-height:1.2}.prose h3{letter-spacing:-.35px;margin:1.8em 0 .5em;font-size:22px;line-height:1.25}.prose p{color:var(--soft-ink);margin:0 0 1.2em}.prose strong{color:var(--ink);font-weight:600}.prose a{color:var(--purple);overflow-wrap:anywhere;border-bottom:1px solid #b7aace;transition:color .2s,border-color .2s}.prose a:hover{color:var(--purple-deep);border-color:var(--purple-deep)}.prose ul,.prose ol{margin:0 0 1.4em;padding-left:1.25rem}.prose li{color:var(--soft-ink);margin:0 0 .5em}.prose li::marker{color:var(--purple)}.prose blockquote{background:var(--lilac);color:var(--plum);border-radius:20px;margin:1.6em 0;padding:20px 26px}.prose blockquote p{color:inherit}.prose blockquote p:last-child{margin-bottom:0}.prose figure{margin:2em 0}.prose img{box-shadow:var(--card-shadow);border-radius:24px}.prose figcaption{text-align:center;color:var(--muted);margin-top:12px;font-size:12px}.prose table{max-width:100%;display:block;overflow-x:auto}.prose hr{border:0;border-top:1px solid var(--hairline);margin:2.4em 0}.faq{max-width:var(--measure);margin:64px auto 0}.faq h2{letter-spacing:-1.2px;margin-top:12px;font-size:clamp(30px,3.4vw,44px)}.faq-list{margin-top:14px}.faq-list details{border-bottom:1px solid #e2d8d3}.faq-list summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:25px;padding:26px 0;font-size:15px;font-weight:500;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{color:#8a7599;transition:transform .2s}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details>p{color:var(--soft-ink);margin:0;padding:0 30px 24px 0;font-size:13px;line-height:1.9}.related{max-width:var(--measure);margin:64px auto 0}.related h2{letter-spacing:-1.2px;margin-top:12px;font-size:clamp(30px,3.4vw,44px)}.related-list{background:var(--cream-stage);border-radius:24px;margin:22px 0 0;padding:6px 26px;list-style:none}.related-list li+li{border-top:1px solid var(--hairline)}.related-list a{font-family:var(--serif);letter-spacing:-.4px;color:var(--ink);justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-size:20px;font-weight:900;line-height:1.25;transition:color .2s;display:flex}.related-list a:hover{color:var(--purple)}.related-list svg{color:#a196af}.related-list a:hover svg{color:var(--purple)}.related-cat{font-family:var(--sans);letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);margin-top:6px;font-size:10px;font-weight:700;display:block}.download{width:min(var(--shell), 100% - 48px);background:var(--lilac-deep);border-radius:48px;margin:90px auto 0;padding:74px 40px 84px;position:relative;overflow:hidden}.download-content{z-index:1;text-align:center;max-width:760px;margin:0 auto;position:relative}.download-heart{color:#9680b8;background:#ffffff8c;border-radius:23px;place-items:center;width:63px;height:63px;margin:0 auto 21px;display:grid;transform:rotate(-9deg)}.download-content .eyebrow{color:#7b6897;justify-content:center;font-size:9px}.download-content h2{letter-spacing:-2.8px;margin-top:23px;font-size:clamp(42px,5.4vw,76px)}.download-content>p:not(.eyebrow){color:#675874;margin-top:22px;font-size:15px}.download-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:31px;display:flex}.download-badges a{border-radius:10px;display:block}.download-badges img{width:auto;height:46px}.download-note{color:#736282;margin-top:19px;font-size:10px;display:block}.download-decoration>span{color:#a090ba;width:100px;height:110px;font-family:var(--serif);background:#e1d5ef;border-radius:26px;place-items:center;font-size:65px;font-weight:900;display:grid;position:absolute;transform:rotate(-18deg);box-shadow:0 10px #d1c1e3}.download-decoration>span:first-child{top:27%;left:7%}.download-decoration>span:nth-child(2){width:113px;top:48%;right:7%;transform:rotate(16deg)}.error-main{grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding-block:24px 32px;display:grid}.error-copy{grid-area:1/1}.error-stage{grid-area:1/2;height:460px;position:relative}.error-dot{background:#e9a15c;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #f8e2cc}.error-copy h1{letter-spacing:-3px;margin-top:26px;font-size:clamp(52px,6.4vw,92px);line-height:.98}.error-description{max-width:440px;color:var(--soft-ink);margin-top:26px;font-size:16px;line-height:1.8}.error-actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:34px;display:flex}.error-link{color:var(--purple);border-bottom:1px solid #b7aace;align-items:center;gap:12px;padding-bottom:6px;font-size:13px;transition:color .2s,border-color .2s;display:inline-flex}.error-link:hover{color:var(--purple-deep);border-color:var(--purple-deep)}.error-orbit{fill:none;stroke:#d9cde8;stroke-width:1.5px;stroke-dasharray:3 9;stroke-linecap:round;width:100%;height:auto;position:absolute;inset:0}.error-star{color:#b8a2d4;font-family:Georgia,serif;position:absolute}.star-one{font-size:34px;top:18px;right:12%}.star-two{color:#e3a871;font-size:24px;bottom:66px;left:4%}.error-tiles{gap:18px;display:flex;position:absolute;top:96px;left:6%}.error-tile{color:#5c4fbb;width:118px;height:138px;font-family:var(--serif);transform:rotate(var(--tilt,0deg));background:#e9ddf7;border:1px solid #f8f2ff;border-radius:30px;place-items:center;font-size:84px;font-weight:900;line-height:1;animation:6s ease-in-out infinite error-tile-bob;display:grid;box-shadow:-2px 8px #c7b8e2,0 22px 32px -14px #5c4fbb40}.error-tile:first-child{--tilt:-10deg}.error-tile:nth-child(2){--tilt:6deg;margin-top:34px;animation-delay:-2s}.error-tile:nth-child(3){--tilt:-4deg;animation-delay:-4s}.error-tile[data-tone=peach]{color:#b8683a;background:var(--peach);border-color:#fff3ea;box-shadow:-2px 8px #f1c7a8,0 22px 32px -14px #b8683a40}.error-tile[data-tone=mint]{color:#4f7a55;background:var(--mint);border-color:#f1f8f1;box-shadow:-2px 8px #b9d6bb,0 22px 32px -14px #4f7a5540}.error-mascot{width:176px;position:absolute;bottom:0;right:2%}.error-mascot img{width:100%;animation:4s ease-in-out infinite mascot-bob}.error-bubble{z-index:1;background:var(--card);color:var(--plum);white-space:nowrap;border-radius:18px 18px 4px;align-items:center;gap:8px;padding:12px 16px;font-size:12px;font-weight:600;display:flex;position:absolute;top:4px;right:62%;box-shadow:0 14px 30px #3c254224}.error-bubble>span{color:#d77b9a}@keyframes error-tile-bob{0%,to{transform:rotate(var(--tilt,0deg)) translateY(0)}50%{transform:rotate(calc(var(--tilt,0deg) + 3deg)) translateY(-8px)}}.site-footer{max-width:var(--shell);padding:58px var(--gutter) 32px;margin:0 auto}.footer-top{border-bottom:1px solid #e4dbd4;align-items:center;gap:35px;padding-bottom:36px;display:flex}.footer-top img{width:174px}.footer-top>p{color:var(--muted);font-size:12px}.footer-contact{color:var(--purple);align-items:center;gap:13px;margin-left:auto;font-size:12px;display:flex}.footer-contact:hover{color:var(--purple-deep)}.footer-bottom{color:var(--muted);justify-content:space-between;align-items:center;gap:25px;padding-top:27px;font-size:10px;display:flex}.footer-legal{flex-direction:column;gap:6px;display:flex}.footer-bottom nav{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.footer-bottom a:hover{color:var(--purple)}@media (min-width:1500px){.hero h1{font-size:104px}}@media (max-width:1150px){:root{--gutter:36px}.hero{grid-template-columns:1fr 1fr}.hero h1{letter-spacing:-3px;font-size:7.3vw}.hero-copy>.eyebrow{font-size:8px}.hero-description{font-size:15px}.hero-stage{min-height:380px}.hero-blob{width:320px;height:340px}.hero-tile{width:84px;height:94px;font-size:40px}.desktop-nav{gap:22px;font-size:12px}.brand{padding:8px 0}.brand img{width:154px}.grid{gap:22px}.card-body{padding-inline:20px}.error-main{gap:32px}.error-tiles{gap:14px;left:2%}.error-tile{border-radius:26px;width:96px;height:114px;font-size:68px}.error-mascot{width:150px}}@media (max-width:850px){.desktop-nav{display:none}.nav-cta{margin-left:auto}.hero{text-align:center;grid-template-columns:1fr;padding-top:39px}.hero-copy .eyebrow{justify-content:center;font-size:9px}.hero h1{letter-spacing:-3px;font-size:clamp(64px,10vw,88px)}.hero-description{margin-inline:auto;font-size:16px}.hero-stage{display:none}h2{letter-spacing:-1.2px;font-size:40px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.card-body{padding:21px 15px 18px}.card-title{font-size:23px}.card-body .eyebrow{letter-spacing:.7px;font-size:7px}.card-open{width:37px;height:37px}.card-foot{font-size:10px}.download{padding-inline:24px}.download-decoration>span:first-child{width:75px;height:85px;font-size:48px;top:14%;left:-25px}.download-decoration>span:nth-child(2){width:88px;height:95px;font-size:46px;top:60%;right:-35px}.footer-top{flex-wrap:wrap;gap:25px}.footer-contact{margin-left:0}.footer-bottom{align-items:flex-start}.footer-bottom nav{justify-content:flex-end;gap:18px}.error-main{text-align:center;grid-template-columns:1fr;gap:12px;padding-top:8px}.error-stage{grid-area:1/1;width:min(100%,440px);height:330px;margin:0 auto}.error-copy{grid-row:2}.error-eyebrow{justify-content:center}.error-description{margin-inline:auto}.error-actions{justify-content:center}.error-tiles{top:58px;left:0}.error-mascot{width:128px;right:0}.error-bubble{top:-6px;right:52%}}@media (max-width:600px){:root{--gutter:23px}.site-header{gap:12px;padding-block:18px}.brand{padding:6px 0}.brand img{width:141px}.nav-cta{display:none}.hero{padding-block:35px 30px}.hero-copy .eyebrow{letter-spacing:.75px;gap:8px;margin-bottom:23px;font-size:8px}.hero h1{letter-spacing:-2.8px;font-size:clamp(50px,13vw,75px)}.hero-description{max-width:345px;margin-top:23px;font-size:14px;line-height:1.85}h2{letter-spacing:-1.2px;font-size:36px}.page-heading{padding-top:20px}.page-lead{font-size:13px}.grid{grid-template-columns:1fr;gap:18px;padding-top:14px}.card{border-radius:25px}.card-body{padding:23px}.card-title{font-size:28px}.card-body .eyebrow{font-size:8px}.card-foot{margin-top:19px;font-size:11px}.post{padding-top:20px}.post-header h1{letter-spacing:-1.5px;font-size:clamp(34px,10vw,44px)}.post-hero{margin-top:28px}.post-hero img{border-radius:20px}.prose{margin-top:36px;font-size:16px;line-height:1.8}.prose h2{margin-top:2em;font-size:26px}.prose h3{font-size:20px}.prose img{border-radius:16px}.prose blockquote{padding:16px 20px}.faq,.related{margin-top:48px}.faq-list summary{padding:24px 0;font-size:13px}.faq-list details>p{padding-right:5px;font-size:12px}.related-list{padding-inline:20px}.related-list a{font-size:18px}.download{border-radius:31px;width:calc(100% - 24px);margin-top:60px;padding:55px 18px}.download-heart{border-radius:18px;width:51px;height:51px}.download-content .eyebrow{letter-spacing:1px;font-size:7px}.download-content h2{letter-spacing:-1.5px;margin-top:20px;font-size:38px}.download-content>p:not(.eyebrow){max-width:225px;margin-inline:auto;font-size:12px;line-height:1.8}.download-badges{gap:12px;margin-top:25px}.download-badges img{height:40px}.download-decoration{display:none}.download-note{margin-top:18px;font-size:9px}.site-footer{padding-block:40px 25px}.footer-top{gap:19px;padding-bottom:27px}.footer-top img{width:166px}.footer-top>p{width:100%;font-size:11px}.footer-contact{margin-top:3px;font-size:12px}.footer-bottom{flex-direction:column;gap:24px;padding-top:22px;font-size:9px}.footer-bottom nav{justify-content:flex-start;gap:22px;font-size:10px}.error-main{padding-top:0}.error-stage{height:262px}.error-tiles{gap:10px;top:52px}.error-tile{border-radius:20px;width:72px;height:88px;font-size:52px;box-shadow:-2px 6px #c7b8e2}.error-tile[data-tone=peach]{box-shadow:-2px 6px #f1c7a8}.error-tile[data-tone=mint]{box-shadow:-2px 6px #b9d6bb}.error-tile:nth-child(2){margin-top:24px}.error-mascot{width:104px}.error-bubble{padding:9px 12px;font-size:10px;top:-14px;right:40%}.star-one{font-size:26px;top:6px;right:42%}.star-two{font-size:18px;bottom:36px}.error-eyebrow{letter-spacing:.8px;gap:8px;font-size:8px}.error-copy h1{letter-spacing:-2px;margin-top:18px;font-size:clamp(44px,13vw,60px)}.error-description{margin-top:18px;font-size:13px}.error-actions{flex-direction:column;gap:22px;margin-top:28px}.error-actions .button{min-height:50px;font-size:12px}}@media (max-width:365px){:root{--gutter:18px}.hero h1{letter-spacing:-2.5px;font-size:48px}.hero-description{font-size:13px}.download-badges{flex-direction:column}.download-content h2{font-size:33px}.error-tile{width:62px;height:78px;font-size:44px}.error-bubble{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}}
@font-face{font-family:dmSans;src:url(../media/DMSans_Regular-s.p.29gvtrfl-doy5.ttf)format("truetype");font-display:swap;font-weight:400}@font-face{font-family:dmSans;src:url(../media/DMSans_Medium-s.p.3e859pcnuf4g1.ttf)format("truetype");font-display:swap;font-weight:500 600}@font-face{font-family:dmSans;src:url(../media/DMSans_Bold-s.p.3l52ah8iqxn2l.ttf)format("truetype");font-display:swap;font-weight:700}@font-face{font-family:dmSans Fallback;src:local(Arial);ascent-override:94.35%;descent-override:29.49%;line-gap-override:0.0%;size-adjust:105.14%}.dmsans_5c833aff-module__-VqakW__className{font-family:dmSans,dmSans Fallback}.dmsans_5c833aff-module__-VqakW__variable{--font-dmsans:"dmSans", "dmSans Fallback"}
@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/167cd0713aa75522-s.1nzccunaoxsdm.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:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e455bcff747f0d5e-s.p.1wuo3gtslpr33.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:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/791bf8c4bb753ed6-s.p.0ggqn9ig56u4s.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:Fraunces Fallback;src:local(Times New Roman);ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.0%;size-adjust:115.45%}.fraunces_7984eba5-module__y9KHoa__className{font-family:Fraunces,Fraunces Fallback;font-style:normal}.fraunces_7984eba5-module__y9KHoa__variable{--font-fraunces:"Fraunces", "Fraunces Fallback"}
