:root{--ink:#071a2d;--ink-soft:#29445e;--paper:#f8fbfc;--line:#d7e3e8;--teal:#0b9da1;--aqua:#b5eeeb;--mist:#e7f5f4;--white:#fff;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--teal);outline-offset:4px}.shell{width:min(1160px,100% - 48px);margin:0 auto}.skip-link{z-index:50;background:var(--white);color:var(--ink);border-radius:.3rem;padding:.8rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:2;background:#f8fbfcf2;border-bottom:1px solid #d7e3e8b8;position:relative}.nav-wrap{align-items:center;gap:2rem;min-height:78px;display:flex}.wordmark{letter-spacing:-.04em;white-space:nowrap;font-size:1.1rem;font-weight:760}.wordmark span{background:var(--ink);width:1.72rem;height:1.72rem;color:var(--aqua);letter-spacing:-.08em;vertical-align:.05rem;border-radius:50%;place-items:center;margin-right:.43rem;font-size:.62rem;display:inline-grid}nav{color:var(--ink-soft);gap:1.45rem;margin-left:auto;font-size:.9rem;display:flex}nav a:hover,.text-link:hover{color:var(--teal)}.nav-cta{border:1px solid var(--ink);border-radius:.25rem;margin-left:1rem;padding:.65rem .85rem;font-size:.85rem;font-weight:700}.nav-cta:hover{background:var(--ink);color:var(--white)}.hero{background:var(--ink);color:var(--white);overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;min-height:650px;display:grid}.eyebrow{color:var(--teal);letter-spacing:.15em;text-transform:uppercase;margin:0 0 1.15rem;font-size:.72rem;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.075em;max-width:760px;margin-bottom:1.45rem;font-size:clamp(3rem,6.3vw,6.25rem);line-height:.98}.hero-copy{color:#c9dae5;max-width:560px;margin-bottom:2rem;font-size:1.13rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.8rem;display:flex}.button{border:1px solid #0000;border-radius:.25rem;justify-content:center;align-items:center;gap:.45rem;min-height:48px;padding:.75rem 1rem;font-size:.9rem;font-weight:750;display:inline-flex}.button-primary{background:var(--aqua);color:var(--ink)}.button-quiet:hover{border-color:var(--aqua);color:var(--aqua)}.hero-visual{isolation:isolate;min-height:420px;position:relative}.lab-grid{z-index:-3;background-image:linear-gradient(#b5eeeb1f 1px,#0000 1px),linear-gradient(90deg,#b5eeeb1f 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:15% 5%;mask-image:radial-gradient(circle,#000 24%,#0000 72%)}.orb{filter:blur(2px);border-radius:50%;position:absolute}.orb-one{background:radial-gradient(circle at 38% 32%,#d7fffa,var(--teal) 45%,transparent 69%);width:205px;height:205px;top:24%;left:31%}.orb-two{border:1px solid var(--aqua);background:#0b9da11f;width:110px;height:110px;bottom:18%;right:13%}.orbit{border:1px solid #b5eeeb80;border-radius:50%;position:absolute;transform:rotate(-28deg)}.orbit-one{width:390px;height:180px;top:20%;left:9%}.orbit-two{width:260px;height:410px;top:5%;left:30%;transform:rotate(38deg)}.hero-mark{border:1px solid var(--white);width:115px;height:115px;color:var(--white);letter-spacing:-.12em;border-radius:50%;place-items:center;font-size:2.2rem;font-weight:750;display:grid;position:absolute;top:41%;left:41%}.intro{padding:8rem 0 5.5rem}.section-heading{grid-template-columns:1.1fr .7fr;align-items:end;gap:2rem;display:grid}h2{letter-spacing:-.06em;margin-bottom:0;font-size:clamp(2rem,4vw,3.8rem);line-height:1.04}.section-heading p{color:var(--ink-soft);margin-bottom:.25rem;line-height:1.65}.products{padding-bottom:8rem}.section-label{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.section-label .eyebrow{margin:0}.section-label span{color:#6f8799;font-size:.8rem}.product-grid{grid-template-columns:repeat(3,1fr);display:grid}.product-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);min-height:375px;padding:2rem}.product-card:first-child{border-left:1px solid var(--line)}.product-card-topline{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.product-card-topline p{color:#658094;letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:750}.status{color:#526a7b;white-space:nowrap;background:#edf1f3;border-radius:99px;align-items:center;gap:.35rem;padding:.28rem .5rem;font-size:.7rem;font-weight:750;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:.4rem;height:.4rem}.product-card h2{margin:5rem 0 1rem;font-size:2rem}.product-card>p{min-height:76px;color:var(--ink-soft);line-height:1.6}.text-link{color:var(--ink);gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:760;display:inline-flex}.principle{background:var(--mist);padding:5.5rem 0}.principle-grid{grid-template-columns:.3fr 1fr;gap:2rem;display:grid}.principle-statement{letter-spacing:-.045em;max-width:830px;margin:0;font-family:Georgia,serif;font-size:clamp(2rem,3.8vw,3.85rem);line-height:1.12}.site-footer{background:var(--ink);color:var(--white);padding:2.7rem 0}.site-footer .wordmark span{background:var(--aqua);color:var(--ink)}.footer-inner{color:#b5c6d3;justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem;display:flex}.footer-inner p{margin:0}.product-hero{background:var(--ink);color:var(--white);padding:8rem 0 7rem}.product-hero-inner{max-width:850px}.product-hero h1{margin:1.4rem 0}.product-status{vertical-align:top}.coming-note{color:#c9dae5;max-width:570px;margin:1.75rem 0 0;line-height:1.65}.detail-section{padding:6.5rem 0 8rem}.feature-list{gap:0;max-width:800px;margin:2rem 0 0;padding:0;list-style:none;display:grid}.feature-list li{border-top:1px solid var(--line);letter-spacing:-.03em;padding:1.2rem 0;font-size:clamp(1.25rem,2vw,1.8rem)}.feature-list li:before{content:"↗";color:var(--teal);margin-right:1rem}.not-found{min-height:65vh;padding:10rem 0}.not-found p:not(.eyebrow){max-width:500px;color:var(--ink-soft);font-size:1.1rem;line-height:1.6}@media (width<=800px){.shell{width:min(100% - 32px,1160px)}.nav-wrap{gap:1rem;min-height:66px}nav{display:none}.nav-cta{margin-left:auto;padding:.55rem .65rem;font-size:.78rem}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:5.5rem 0 3.5rem}.hero-visual{min-height:290px}.section-heading,.principle-grid{grid-template-columns:1fr}.intro{padding:5.5rem 0 4rem}.product-grid{grid-template-columns:1fr}.product-card,.product-card:first-child{border-left:1px solid var(--line);border-right:1px solid var(--line);min-height:auto}.product-card h2{margin-top:3.4rem}.product-card>p{min-height:0}.footer-inner{flex-direction:column;align-items:flex-start}.product-hero{padding:5.5rem 0 5rem}}.mobile-nav{display:none}@media (width<=800px){.nav-cta{display:none}.mobile-nav{margin-left:auto;display:block;position:relative}.mobile-nav summary{cursor:pointer;border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;border-radius:.25rem;align-items:center;gap:.5rem;padding:.55rem .7rem;font-size:.75rem;font-weight:750;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{color:var(--teal);font-size:1rem;line-height:.7}.mobile-nav-panel{z-index:10;border:1px solid var(--line);background:var(--white);border-radius:.45rem;gap:.15rem;width:min(19rem,100vw - 32px);padding:.45rem;display:grid;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 1.3rem 3rem #0312232e}.mobile-nav-panel>a{border-radius:.25rem;justify-content:space-between;align-items:center;padding:.8rem;font-size:.92rem;display:flex}.mobile-nav-panel>a:hover{background:var(--mist)}.mobile-nav-panel small{color:#6f8799;letter-spacing:.06em;text-transform:uppercase;font-size:.67rem;font-weight:700}.mobile-nav-panel .mobile-nav-cta{background:var(--ink);color:var(--white);justify-content:center;gap:.45rem;margin-top:.2rem;font-weight:750}}:root{--ink:#182a3a;--ink-soft:#536675;--paper:#fffefb;--line:#d9d5c9;--teal:#157c79;--aqua:#d8efdf;--mist:#f5f2e9;--white:#fffefb;font-family:Inter Variable,Inter,ui-sans-serif,system-ui,sans-serif}body{background-color:var(--paper);background-image:linear-gradient(#49646d0d 1px,#0000 1px);background-size:100% 2rem}.site-header{border-bottom-color:var(--line);background:#fffefbf0}.wordmark{letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif}.wordmark span{color:#f8f1d5;background:#315f59;border-radius:.18rem;font-family:ui-sans-serif,system-ui,sans-serif}.hero,.product-hero{background:var(--paper);color:var(--ink);background-image:linear-gradient(90deg,#0000 0 7%,#a9433640 7% calc(7% + 1px),#0000 calc(7% + 1px)),repeating-linear-gradient(0deg,#0000 0 31px,#50737d17 32px);position:relative;overflow:hidden}.hero:after,.product-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 22%,#d3e5d38c,#0000 25%);position:absolute;inset:0}.hero-grid,.product-hero-inner{z-index:1;position:relative}.hero .eyebrow{color:#af4a3e}.eyebrow{color:#56796f;letter-spacing:.03em;text-transform:none;font-family:Bradley Hand,Segoe Print,cursive;font-size:.87rem;font-weight:700}h1,h2{letter-spacing:-.06em;font-family:Fraunces Variable,Fraunces,Georgia,Times New Roman,serif;font-weight:500}h1 em{color:#2e7b73;font-family:Bradley Hand,Segoe Print,cursive;font-weight:700}.hero-copy,.coming-note{color:var(--ink-soft)}.button-primary{color:#fffefb;background:#315f59;border-color:#315f59}.button-primary:hover{background:#214d48}.button-quiet{color:var(--ink);border-color:#80958d}.button-quiet:hover{color:#315f59;border-color:#315f59}.nav-cta{border-color:#315f59}.nav-cta:hover{background:#315f59}.chemistry-sketch{min-height:450px;transform:rotate(-1.5deg)}.chemistry-sketch svg{width:100%;height:100%;position:absolute;inset:1rem 0 0;overflow:visible}.molecule-lines path{fill:none;stroke:#315f59;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.molecule-labels text{fill:#315f59;font-family:Bradley Hand,Segoe Print,cursive;font-size:26px;font-weight:700}.reaction-arrow{fill:none;stroke:#af4a3e;stroke-width:2.5px}.reaction-arrow-head{fill:none;stroke:#af4a3e;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}.sketch-note{color:#af4a3e;margin:0;font-family:Bradley Hand,Segoe Print,cursive;font-size:1rem;font-weight:700;position:absolute;transform:rotate(2deg)}.note-top{top:12%;right:10%}.note-bottom{font-size:.85rem;bottom:3%;left:8%;transform:rotate(-2deg)}.sketch-stamp{color:#af4a3e;text-align:center;border:2px solid #af4a3e;border-radius:50%;padding:1rem .8rem;font-family:Bradley Hand,Segoe Print,cursive;font-size:1.15rem;font-weight:800;line-height:.9;position:absolute;bottom:17%;right:11%;transform:rotate(12deg)}.sketch-stamp span{letter-spacing:.06em;font-size:.72rem}.product-card{border-color:var(--line);background:#fffefbe0}.product-card:hover{background:#edf3e9}.status.live{color:#316143;background:#dbead9}.principle{background:#e6efe7 repeating-linear-gradient(0deg,#0000 0 31px,#50737d14 32px)}.principle-statement{font-family:Georgia,Times New Roman,serif}.site-footer{background:#315f59}.site-footer .wordmark span{color:#315f59;background:#f8f1d5}.feature-list li{border-color:var(--line)}.feature-list li:before{color:#af4a3e}.product-status{background:#e9e8e3}@media (width<=800px){.hero-grid{padding-top:4.4rem}.chemistry-sketch{min-height:320px}.chemistry-sketch svg{width:116%;inset:0 -8%}.note-top{top:3%;right:3%}.note-bottom{bottom:3%;left:3%}.sketch-stamp{bottom:17%;right:8%}.hero,.product-hero{background-image:linear-gradient(90deg,#0000 0 11%,#a9433638 11% calc(11% + 1px),#0000 calc(11% + 1px)),repeating-linear-gradient(0deg,#0000 0 31px,#50737d17 32px)}}.product-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,.8fr);align-items:center;gap:3rem;max-width:1160px;display:grid}.product-copy{max-width:610px}.product-hero h1{max-width:600px}.product-sketch{min-height:390px;position:relative;transform:rotate(-1deg)}.product-sketch svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.sketch-line path,.sketch-line rect{fill:none;stroke:#315f59;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6px}.sketch-red path{fill:none;stroke:#af4a3e;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3px}.audience{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:4rem;padding:4.5rem 0 5.5rem;display:grid}.audience h2{max-width:480px;font-size:clamp(2rem,3.2vw,3.2rem)}.audience>div:last-child{max-width:520px;color:var(--ink-soft);line-height:1.65}.audience ul{flex-wrap:wrap;gap:.6rem;margin:1.35rem 0 0;padding:0;list-style:none;display:flex}.audience li{color:#315f59;border:1px solid #aebdb2;border-radius:99px;padding:.45rem .7rem;font-size:.78rem;font-weight:650}.site-footer{margin-top:0}@media (width<=800px){.product-hero-grid,.audience{grid-template-columns:1fr;gap:2rem}.product-sketch{min-height:300px}.product-sketch svg{width:105%;margin-left:-3%}.audience{padding:3.7rem 0}.audience h2{margin-bottom:0}}.product-hero-grid{grid-template-columns:minmax(0,.76fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,4.5rem)}.product-sketch{width:100%;min-height:500px;transform:rotate(-.45deg)}.product-sketch svg{filter:drop-shadow(0 1px #0e464124);width:100%;height:auto;display:block;position:relative;overflow:visible}.sketch-line path,.sketch-line rect,.sketch-line circle{fill:none;stroke:#26645f;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round}.sketch-line .sketch-wash{fill:#74ac951f;stroke:none}.sketch-line .arrow-line{stroke-width:1.8px}.arrow-tip{fill:none;stroke:#26645f;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.sketch-label text{fill:#245f5a;font-family:Bradley Hand,Segoe Print,cursive;font-size:15px;font-weight:650}.sketch-label text.tiny{letter-spacing:.01em;font-family:Inter Variable,Inter,ui-sans-serif,sans-serif;font-size:10px;font-weight:550}.sketch-label text.workflow-caption{letter-spacing:0;font-size:12px;font-weight:650}.sketch-red text{fill:#aa413a;font-family:Bradley Hand,Segoe Print,cursive;font-size:16px;font-weight:700}.sketch-red text.tiny{font-size:12px}.sketch-red path{stroke:#aa413a;stroke-width:1.8px}@media (width<=800px){.product-hero-grid{grid-template-columns:1fr;gap:1.5rem}.product-sketch{max-width:620px;min-height:0;margin:0 auto}.product-sketch svg{width:100%;margin-left:0}}.product-hero{padding:3rem 0 clamp(4.5rem,6vw,5.5rem)}.product-hero h1{font-size:clamp(2.75rem,4.2vw,4.75rem)}.product-hero .eyebrow,.detail-section>.eyebrow{font-size:1.05rem;line-height:1.2}.availability-note{color:var(--ink-soft);margin:-.75rem 0 0;font-size:1.13rem;line-height:1.65}.product-card-topline p{letter-spacing:.03em;text-transform:none;font-family:Bradley Hand,Segoe Print,cursive;font-size:1.05rem;font-weight:700}.hero .eyebrow{font-size:1.15rem;line-height:1.2}.hero h1{font-size:clamp(2.8rem,5.4vw,5.5rem)}.hero h1 em{letter-spacing:-.02em;font-synthesis:none;font-size:1em;font-style:normal;font-weight:400}@media (width<=800px){.product-hero{padding:3rem 0 4.25rem}}@media (width>=1050px){.product-hero-inventory .product-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1fr)}.product-hero-inventory h1{white-space:nowrap}}.wordmark-lockup{object-fit:contain;max-width:11rem;display:block;width:auto!important;height:2.45rem!important}.site-footer .wordmark-lockup{filter:brightness(0)invert()}.nav-actions{align-items:center;gap:.65rem;display:flex}.nav-demo{border:1px solid var(--teal);color:var(--teal);border-radius:.25rem;padding:.65rem .85rem;font-size:.85rem;font-weight:700}.nav-demo:hover{background:var(--teal);color:var(--white)}.nav-cta{margin-left:0}.demo-dialog{border:1px solid var(--line);background:var(--paper);width:min(100% - 2rem,580px);max-height:calc(100vh - 2rem);color:var(--ink);border-radius:.5rem;margin:auto;padding:0;box-shadow:0 1.5rem 4rem #071a2d47}.demo-dialog::backdrop{background:#071a2d94}.demo-dialog-inner{padding:2.5rem;position:relative}.demo-close{width:2.25rem;height:2.25rem;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:1.8rem;line-height:1;position:absolute;top:1rem;right:1rem}.demo-close:hover{background:var(--mist);color:var(--ink)}.demo-dialog h2{font-size:clamp(2rem,5vw,3rem)}.demo-intro{max-width:430px;color:var(--ink-soft);margin:1rem 0 1.75rem;line-height:1.6}.demo-form{gap:1rem;display:grid}.demo-form>label{gap:.4rem;font-size:.85rem;font-weight:700;display:grid}.demo-form small{color:var(--ink-soft);font-size:.75rem;font-weight:500}.demo-form input:not([type=checkbox]),.demo-form textarea{border:1px solid var(--line);background:var(--white);width:100%;color:var(--ink);font:inherit;border-radius:.25rem;padding:.75rem;font-weight:400}.demo-form input:focus,.demo-form textarea:focus{border-color:var(--teal);outline:3px solid #0b9da147}.product-choices{border:0;margin:0;padding:0}.product-choices legend{font-size:.85rem;font-weight:700}.product-choices>p{color:var(--ink-soft);margin:.35rem 0 .65rem;font-size:.78rem}.product-choices>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .75rem;display:grid}.product-choices label{align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.product-choices input{width:1rem;height:1rem;accent-color:var(--teal)}.demo-honeypot{position:absolute!important;left:-9999px!important}.demo-error{color:#91352d;background:#fdefed;border:1px solid #d9a7a1;margin:0;padding:.7rem .8rem;font-size:.82rem;line-height:1.45}.demo-form .button{cursor:pointer;width:100%;margin-top:.3rem}.demo-form .button:disabled{cursor:wait;opacity:.7}.demo-consent{text-align:center;color:var(--ink-soft);margin:0;font-size:.75rem;font-weight:400;line-height:1.5}.demo-success{text-align:center;padding:2rem 0}.demo-success-mark{color:#09734d;background:#d8f6e8;border-radius:50%;place-items:center;width:3.25rem;height:3.25rem;margin:0 auto 1.25rem;font-size:1.75rem;font-weight:800;display:grid}.demo-success>p:not(.demo-success-mark){max-width:390px;color:var(--ink-soft);margin:1rem auto 2rem;line-height:1.6}.mobile-nav-demo{color:var(--teal);font-weight:750}@media (width<=800px){.nav-demo{display:none}.demo-dialog-inner{padding:2rem 1.25rem}.product-choices>div{grid-template-columns:1fr}}.footer-contact{align-items:center;gap:1rem;margin:0;font-style:normal;display:flex}.footer-contact a{color:#dbe8e4;white-space:nowrap;align-items:center;gap:.4rem;font-size:.78rem;display:inline-flex}.footer-contact a:hover{color:var(--white);text-decoration:underline}.footer-contact svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1rem;height:1rem}@media (width<=800px){.footer-contact{flex-direction:column;align-items:flex-start;gap:.55rem}.footer-contact a{font-size:.82rem}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2)format("woff2-variations");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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2)format("woff2-variations");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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2)format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-vietnamese-wght-normal.CnvboYUG.woff2)format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-ext-wght-normal.Ca2vKHc0.woff2)format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-wght-normal.ukD16Tqj.woff2)format("woff2-variations");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}
