*{margin:0;padding:0;box-sizing:border-box}:root{--bg-page:#faf8f3;--bg-card:#fff;--bg-elevated:#f1ede1;--ink:#1c1b18;--ink-muted:#6b675c;--ink-faint:#6e6959;--border-hairline:#e7e2d6;--border-strong:#c9c3b2;--accent:#1b2a4a;--accent-hover:#142038;--accent-active:#0f1830;--on-accent:#faf8f3;--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1440px}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px;box-shadow:0 0 0 4px var(--bg-page)}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:var(--font-inter),sans-serif;background:var(--bg-page);color:var(--ink);min-height:100vh}.glass-card{background:var(--bg-card);border:1px solid var(--border-hairline);border-radius:12px;padding:1.75rem;transition:border-color .25s ease,transform .25s ease}.glass-card:hover{transform:translateY(-3px);border-color:var(--border-strong)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.875rem 2rem;background:var(--accent);color:var(--on-accent);border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;letter-spacing:.01em}.btn-primary:hover{transform:translateY(-2px);background:var(--accent-hover);box-shadow:0 6px 16px rgba(27,42,74,.28)}.btn-primary:active{transform:translateY(0) scale(.97);background:var(--accent-active);box-shadow:0 2px 6px rgba(27,42,74,.22)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.875rem 2rem;background:var(--bg-elevated);color:var(--ink);border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;border:1px solid var(--border-hairline);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.btn-secondary:hover{transform:translateY(-2px);border-color:var(--border-strong)}.btn-secondary:active{transform:translateY(0) scale(.97);background:var(--border-hairline)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.875rem 2rem;background:transparent;color:var(--accent);border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;border:1px solid var(--border-hairline);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.btn-ghost:hover{border-color:var(--accent);transform:translateY(-2px)}.btn-ghost:active{transform:translateY(0) scale(.97);background:rgba(27,42,74,.08);border-color:var(--accent)}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.875rem 2rem;background:var(--bg-card);color:var(--accent);border-radius:6px;font-size:.9rem;font-weight:500;text-decoration:none;border:1px solid var(--border-hairline);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.btn-white:hover{transform:translateY(-2px);background:var(--border-strong);border-color:var(--border-strong);box-shadow:0 6px 16px rgba(28,27,24,.18)}.btn-white:active{transform:translateY(0) scale(.97);background:var(--ink-faint);border-color:var(--ink-faint);box-shadow:0 2px 6px rgba(28,27,24,.14)}.btn-ghost:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-white:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-spinner{width:14px;height:14px;border:2px solid;border-top:2px solid transparent;border-radius:50%;opacity:.85;animation:btn-spin .7s linear infinite;flex:none}@keyframes btn-spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.reveal-item{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal-item.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.cv-auto{content-visibility:auto;contain-intrinsic-size:0 800px}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{position:relative;z-index:1;padding:5rem 2rem}.section-eyebrow{font-family:var(--font-inter),sans-serif;font-size:.6875rem;font-weight:600;color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-eyebrow:after{content:"";flex:0 0 40px;height:1px;background:var(--border-strong)}.section-title{font-family:var(--font-serif),serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.15;margin-bottom:1.5rem}.section-subtitle{font-size:1rem;color:var(--ink-muted);max-width:520px;line-height:1.7;margin-bottom:3rem}.divider{width:100%;height:1px;background:var(--border-hairline)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--bg-card);border:1px solid var(--border-hairline);border-radius:8px;padding:1rem 1.5rem;color:var(--ink);font-weight:500;font-size:.875rem;z-index:1000;transform:translateX(200%);transition:transform .4s ease;display:flex;align-items:center;gap:.5rem}.toast.show{transform:translateX(0)}@media (max-width:768px){.section{padding:3rem 1.5rem}.section-title{font-size:clamp(1.5rem,5vw,2rem)}}@media (max-width:480px){.section{padding:2.5rem 1rem}.container{padding:0 1rem}.btn-ghost,.btn-primary,.btn-secondary,.btn-white{padding:.75rem 1.5rem;font-size:.875rem}.glass-card{padding:1.25rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-page);border-left:1px solid var(--border-hairline)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:100px;border:2px solid var(--bg-page)}::-webkit-scrollbar-thumb:hover{background:var(--ink-faint)}@supports (scrollbar-color:auto){*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--bg-page)}}.BackToTop_backToTop__B8nYt{position:fixed;bottom:calc(6.5rem + env(safe-area-inset-bottom));right:calc(2.3rem + env(safe-area-inset-right));z-index:999;width:42px;height:42px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-hairline);color:var(--ink-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .25s ease,color .25s ease,opacity .25s ease,transform .25s ease;opacity:0;visibility:hidden;transform:translateY(15px)}.BackToTop_visible__ta6ss{opacity:1;visibility:visible;transform:translateY(0)}.BackToTop_arrow__WTAzt{font-size:1rem;font-weight:700;transition:transform .2s ease}.BackToTop_backToTop__B8nYt:hover{border-color:var(--border-strong);color:var(--accent)}.BackToTop_backToTop__B8nYt:hover .BackToTop_arrow__WTAzt{transform:translateY(-2px)}@media (max-width:768px){.BackToTop_backToTop__B8nYt{bottom:calc(5.75rem + env(safe-area-inset-bottom));right:calc(1.8rem + env(safe-area-inset-right));width:40px;height:40px}}.FloatingWhatsApp_floatingBtn__RPBgb{position:fixed;bottom:calc(2rem + env(safe-area-inset-bottom));right:calc(2rem + env(safe-area-inset-right));z-index:999;display:flex;align-items:center;gap:.5rem;height:56px;background:#25d366;border-radius:100px;padding:0 1.25rem;box-shadow:0 4px 14px rgba(28,27,24,.18);color:#fff;text-decoration:none;font-family:var(--font-inter),sans-serif;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.25,1,.22,1);overflow:hidden;max-width:56px}.FloatingWhatsApp_whatsappIcon__Fc606{flex-shrink:0}.FloatingWhatsApp_label__2Vuh1{white-space:nowrap;opacity:0;transition:opacity .2s ease,transform .2s ease;transform:translateX(10px)}.FloatingWhatsApp_floatingBtn__RPBgb:hover{max-width:200px;box-shadow:0 6px 18px rgba(28,27,24,.24)}.FloatingWhatsApp_floatingBtn__RPBgb:hover .FloatingWhatsApp_label__2Vuh1{opacity:1;transform:translateX(0)}@media (max-width:768px){.FloatingWhatsApp_floatingBtn__RPBgb{bottom:calc(1.5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right))}}.Footer_footer__LxLGV{position:relative;z-index:1;border-top:1px solid var(--border-hairline);padding:3rem 2rem 2rem;background:var(--ink)}.Footer_footerInner__X_X1F{max-width:1280px;margin:0 auto}.Footer_footerGrid__6_R0K{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Footer_footerBrand__Dra8t{display:flex;flex-direction:column}.Footer_footerLogo__JS_3t{font-family:var(--font-serif),serif;font-size:1.1rem;font-weight:500;color:var(--bg-page);text-decoration:none;letter-spacing:.01em;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;transition:opacity .25s ease}.Footer_footerLogo__JS_3t:hover{opacity:.8}.Footer_logoIcon__kLE6X{width:30px;height:30px;object-fit:contain;border-radius:5px;background-color:var(--bg-page);padding:2.5px;border:1px solid hsla(43,41%,97%,.15);transition:opacity .25s ease}.Footer_footerLogo__JS_3t:hover .Footer_logoIcon__kLE6X{opacity:.85}.Footer_footerLogo__JS_3t span{color:var(--bg-page)}.Footer_footerBrand__Dra8t p{font-size:.85rem;color:hsla(43,41%,97%,.6);line-height:1.7;max-width:260px}.Footer_footerColTitle__X3P8o{font-family:var(--font-inter),sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--bg-page);margin-bottom:1rem}.Footer_footerLinks__VDHD3{list-style:none;display:flex;flex-direction:column;gap:.5rem}.Footer_footerLinks__VDHD3 a{font-size:.85rem;color:hsla(43,41%,97%,.6);text-decoration:none;transition:color .25s ease}.Footer_footerLinks__VDHD3 a:hover{color:var(--bg-page)}.Footer_footerBottom__fDTaH{border-top:1px solid hsla(43,41%,97%,.12);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.Footer_footerBottom__fDTaH p{font-size:.8rem;color:hsla(43,41%,97%,.6)}.Footer_footerBadge__QzRbS{font-family:var(--font-inter),sans-serif;font-size:.72rem;letter-spacing:.03em;color:hsla(43,41%,97%,.6)}@media (max-width:768px){.Footer_footerGrid__6_R0K{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.Footer_footerBrand__Dra8t{grid-column:1/-1}.Footer_footerBrand__Dra8t p{font-size:.78rem}.Footer_footerColTitle__X3P8o{font-size:.62rem;margin-bottom:.6rem;letter-spacing:.08em}.Footer_footerLinks__VDHD3 a{font-size:.72rem}.Footer_footerLinks__VDHD3{gap:.35rem}.Footer_footerBottom__fDTaH{flex-direction:column;align-items:flex-start}.Footer_footerBottom__fDTaH p{font-size:.72rem}.Footer_footerBadge__QzRbS{font-size:.65rem}}@media (max-width:480px){.Footer_footerColTitle__X3P8o{font-size:.58rem}.Footer_footerLinks__VDHD3 a{font-size:.65rem}.Footer_footer__LxLGV{padding:2.5rem 1rem 1.5rem}}.Navbar_navbar__ovshs{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(43,41%,97%,.85);border-bottom:1px solid transparent;transition:background-color .25s ease,border-color .25s ease;padding:calc(1rem + env(safe-area-inset-top)) 0 1rem}.Navbar_navbar__ovshs.Navbar_scrolled__4eAgn{border-bottom:1px solid var(--border-hairline)}.Navbar_navbar__ovshs.Navbar_transparent__Szl27{background:transparent;border-bottom-color:transparent}.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_hamburger__IbEgd,.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_navLink__5DOzm,.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_navLink__5DOzm.Navbar_active__fO2Cq,.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_navLogo__lsfhL,.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_navLogo__lsfhL span{color:var(--bg-page)}.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_navLink__5DOzm:hover{color:hsla(43,41%,97%,.75)}.Navbar_navbar__ovshs.Navbar_transparent__Szl27 .Navbar_activeIndicator__rNf_3{background:var(--bg-page)}.Navbar_navInner____QNv{max-width:1280px;margin:0 auto;padding:0 max(2rem,env(safe-area-inset-right)) 0 max(2rem,env(safe-area-inset-left));display:flex;align-items:center;justify-content:space-between;gap:2rem}.Navbar_navLogo__lsfhL{font-family:var(--font-serif),serif;font-size:1.2rem;font-weight:500;color:var(--ink);text-decoration:none;letter-spacing:.01em;display:flex;align-items:center;gap:.5rem;transition:color .25s ease}.Navbar_navLogo__lsfhL:hover{color:var(--accent)}.Navbar_navLogo__lsfhL span{color:var(--accent);transition:color .25s ease}.Navbar_navLogo__lsfhL svg{color:var(--accent)}.Navbar_logoIcon__U9j9P{width:36px;height:36px;object-fit:contain;border-radius:6px;background-color:var(--bg-card);padding:3px;border:1px solid var(--border-hairline);transition:border-color .25s ease}.Navbar_navLogo__lsfhL:hover .Navbar_logoIcon__U9j9P{border-color:var(--border-strong)}.Navbar_navLinks__TGO3M{display:flex;align-items:center;gap:2rem;list-style:none}.Navbar_navLinks__TGO3M li{position:relative}.Navbar_navLink__5DOzm{text-decoration:none;color:var(--ink-muted);font-size:.88rem;font-weight:500;letter-spacing:.02em;transition:color .25s ease;position:relative;padding:.5rem 0}.Navbar_navLink__5DOzm:hover{color:var(--ink)}.Navbar_navLink__5DOzm.Navbar_active__fO2Cq{color:var(--accent)}.Navbar_activeIndicator__rNf_3{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);border-radius:2px;transition:background-color .25s ease}.Navbar_navLinks__TGO3M a{text-decoration:none;color:var(--ink-muted);font-size:.9rem;font-weight:500;letter-spacing:.03em;transition:color .25s ease;position:relative}.Navbar_navLinks__TGO3M a.Navbar_active__fO2Cq,.Navbar_navLinks__TGO3M a:hover{color:var(--ink)}.Navbar_hamburger__IbEgd{display:none;background:none;border:none;cursor:pointer;color:var(--ink);transition:opacity .2s ease,color .25s ease}.Navbar_hamburger__IbEgd:hover{opacity:.7}.Navbar_mobileMenu__VYi3a{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-page);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:env(safe-area-inset-top,2rem) 2rem env(safe-area-inset-bottom,2rem);overflow-y:auto}.Navbar_mobileClose__Q1EMR{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:var(--ink-muted);transition:opacity .2s ease}.Navbar_mobileClose__Q1EMR:hover{opacity:.7}.Navbar_mobileLink__Xrc76{font-family:var(--font-serif),serif;font-size:1.5rem;color:var(--ink);text-decoration:none;transition:color .25s ease}.Navbar_mobileLink__Xrc76:hover{color:var(--accent)}.Navbar_ctaButton__QLkFs{min-height:auto;padding:.45rem 1.1rem;font-size:.8rem;border-radius:6px}@media (max-width:768px){.Navbar_ctaButton__QLkFs,.Navbar_navLinks__TGO3M{display:none}.Navbar_navLogo__lsfhL{font-size:.92rem}.Navbar_hamburger__IbEgd{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;position:relative;z-index:101;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Fraunces_3c0b78;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_3c0b78;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_3c0b78;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_3c0b78;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_3c0b78;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_3c0b78;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_3c0b78;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_3c0b78{font-family:__Fraunces_3c0b78,__Fraunces_Fallback_3c0b78;font-style:normal}.__variable_3c0b78{--font-serif:"__Fraunces_3c0b78","__Fraunces_Fallback_3c0b78"}