:root{--bg:#fbfbfc;--panel:#fff;--soft:#f3f3f6;--ink:#101115;--muted:#696c77;--line:#e7e7eb;--blue:#4e8eff;--orange:#f0a331;--purple:#8865c7;--max:1180px;font-family:DM Sans,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip-link{position:absolute;left:16px;top:-100px;background:var(--ink);color:#fff;padding:10px;z-index:100}.skip-link:focus{top:10px}.site-header{position:sticky;top:0;z-index:50;background:#fbfbfcd6;backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,17,21,.06)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font:700 19px/1 Space Grotesk;letter-spacing:-.03em}.brand-mark{display:grid;grid-template-columns:repeat(2,8px);gap:2px;transform:rotate(-8deg)}.brand-mark i,.brand-mark b{display:block;width:8px;height:8px;border-radius:3px;background:var(--ink)}.brand-mark b{background:linear-gradient(135deg,var(--orange),var(--purple))}.desktop-nav{display:flex;gap:32px;color:var(--muted);font-size:14px}.desktop-nav a:hover{color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:15px 20px;border-radius:999px;font-weight:750;font-size:14px;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 36px #1011152e}.button-small{padding:10px 16px}.button-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.button-ghost:hover{box-shadow:0 12px 30px #10111514}.hero{position:relative;padding:82px 0 60px;overflow:hidden}.hero-grid{min-height:690px;display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.hero-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.14;pointer-events:none}.orb-blue{width:350px;height:350px;background:var(--blue);right:8%;top:9%}.orb-orange{width:260px;height:260px;background:var(--orange);right:38%;bottom:4%}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--muted);font:700 11px/1 Space Grotesk;letter-spacing:.14em;text-transform:uppercase}.eyebrow i{width:24px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--blue),var(--purple))}h1,h2,h3{font-family:Space Grotesk;margin:0}.hero h1{font-size:clamp(58px,6.6vw,88px);line-height:.94;letter-spacing:-.07em;margin:24px 0}.hero h1 span,.section-heading h2 span,.final-cta h2 span{color:var(--muted)}.hero-copy>p{max-width:560px;color:var(--muted);font-size:19px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin-top:32px}.trust-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px;color:var(--muted);font-size:11px}.product-stage{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center}.phone-card{position:relative;z-index:2;width:min(100%,520px);border:1px solid var(--line);background:#fffffff0;border-radius:34px;padding:26px;box-shadow:0 40px 100px #14182221}.phone-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.phone-head>b{font:800 25px Space Grotesk;letter-spacing:-.05em}.mode-pill{display:flex;background:#202125;padding:4px;border-radius:999px;box-shadow:0 8px 20px #1011152e}.mode-pill span{width:50px;height:34px;border-radius:999px;display:grid;place-items:center;color:#b7bac4}.mode-pill .active{background:#fff;color:var(--ink)}.streak{justify-self:end;background:var(--soft);border-radius:999px;padding:10px 14px;font-weight:700}.week-row{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:28px 0 20px}.week-row>span{display:flex;align-items:center;flex-direction:column;gap:8px;color:var(--muted)}.week-row small{font-size:10px}.week-row b{width:38px;height:38px;border:1px dashed #d7d8de;border-radius:50%;display:grid;place-items:center;color:var(--ink)}.week-row .today b{border:2px solid var(--ink)}.week-row .muted-day{opacity:.35}.calorie-card{min-height:172px;border:1px solid var(--line);border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:space-between}.calorie-card strong{font:800 44px Space Grotesk;letter-spacing:-.06em}.calorie-card p{color:var(--muted);margin:2px 0 12px}.calorie-card small{color:#9a9ca5}.calorie-ring{width:104px;height:104px;border-radius:50%;border:13px solid #ececf0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.calorie-ring:before{content:"";position:absolute;inset:-13px;border:13px solid var(--ink);border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-radius:50%;transform:rotate(28deg)}.calorie-ring span{font-weight:800}.macro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.macro-grid>div{border:1px solid var(--line);border-radius:18px;padding:15px;display:flex;flex-direction:column}.macro-grid strong{font:800 21px Space Grotesk}.macro-grid span{color:var(--muted);font-size:10px}.macro-grid i{width:36px;height:36px;border:4px solid currentColor;border-radius:50%;display:grid;place-items:center;font-style:normal;margin-top:16px}.blue{color:var(--blue)}.orange{color:var(--orange)}.purple{color:var(--purple)}.target-card{display:flex;align-items:center;gap:12px;margin-top:10px;padding:16px;border-radius:18px;background:var(--soft)}.target-card>i{font-style:normal;font-size:18px}.target-card span{display:flex;flex-direction:column}.target-card b{font-size:12px}.target-card small{color:var(--muted);font-size:9px;margin-top:3px}.meal-title{display:flex;justify-content:space-between;margin:22px 2px 10px}.meal-title b{font:750 18px Space Grotesk}.meal-title span{font-size:10px;color:var(--muted)}.meal-row{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:12px;border-radius:16px}.meal-row>i{width:38px;height:38px;border-radius:12px;background:var(--soft);display:grid;place-items:center;font-style:normal}.meal-row span{display:flex;flex-direction:column;flex:1}.meal-row b{font-size:11px}.meal-row small{color:var(--muted);font-size:9px}.meal-row>strong{font-size:11px}.float-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;box-shadow:0 20px 50px #10111521;display:flex;flex-direction:column}.float-card small{color:var(--muted);font-size:8px;letter-spacing:.12em}.float-card strong{font:700 14px Space Grotesk;margin:6px 0 2px}.float-card span{font-size:9px;color:var(--muted)}.float-protein{left:-25px;top:105px;border-top:3px solid var(--blue)}.float-workout{right:-34px;bottom:125px;border-top:3px solid var(--purple)}.proof{border-block:1px solid var(--line);background:#fff}.proof .container{min-height:88px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font:700 10px Space Grotesk;letter-spacing:.1em}.proof span{color:#afb1b8}.proof i{width:4px;height:4px;background:var(--orange);border-radius:50%}.section{padding:120px 0}.section-heading{max-width:720px}.section-heading h2{font-size:clamp(44px,5vw,68px);line-height:1;letter-spacing:-.06em;margin:18px 0}.section-heading>p{color:var(--muted);font-size:17px;line-height:1.7}.centered{text-align:center;margin-inline:auto;display:flex;flex-direction:column;align-items:center}.features-section{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:54px}.feature-card{min-height:250px;border:1px solid var(--line);background:var(--bg);border-radius:22px;padding:26px}.feature-card>div{display:flex;justify-content:space-between}.feature-card>div>span{width:44px;height:44px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-size:18px}.feature-card>div>small{color:#b1b3ba}.feature-card h3{font-size:20px;margin:42px 0 10px}.feature-card p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}.flow-section{overflow:hidden}.flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.flow-copy h2{font-size:clamp(42px,5vw,65px);line-height:1.02;letter-spacing:-.055em;margin:18px 0}.flow-copy>p{color:var(--muted);font-size:17px;line-height:1.7}.flow-copy ul{list-style:none;padding:0;margin:35px 0 0;border-top:1px solid var(--line)}.flow-copy li{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.flow-copy li>b{color:var(--purple);font-size:10px}.flow-copy li span{display:flex;flex-direction:column;gap:4px}.flow-copy li small{color:var(--muted)}.mode-showcase{border:1px solid var(--line);padding:24px;border-radius:30px;background:#fff;box-shadow:0 35px 90px #10111517}.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#24252a;padding:5px;border-radius:999px;color:#c2c4cb}.mode-switch span{padding:13px;border-radius:999px;text-align:center;font-weight:700;font-size:12px}.mode-switch .active{background:#fff;color:var(--ink)}.showcase-card{margin-top:30px;padding:24px;border:1px solid var(--line);border-radius:22px}.showcase-card>small{color:var(--purple);font-weight:800;letter-spacing:.1em}.showcase-card>strong{display:block;font:800 39px Space Grotesk;letter-spacing:-.05em;margin-top:12px}.showcase-card>p{color:var(--muted);margin:0}.bars{height:190px;display:flex;align-items:flex-end;gap:11px;margin-top:25px;border-bottom:1px solid var(--line)}.bars i{flex:1;background:#e6e6eb;border-radius:8px 8px 0 0}.bars .active{background:linear-gradient(var(--purple),var(--blue))}.bar-labels{display:flex;justify-content:space-around;color:var(--muted);font-size:9px;margin-top:10px}.pricing-section{background:#fff}.pricing-wrap{max-width:940px}.price-card{margin-top:50px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fff,var(--soft));padding:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:45px;box-shadow:0 25px 70px #10111512}.price-copy{position:relative}.popular{display:inline-block;background:var(--ink);color:#fff;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:800;letter-spacing:.1em;margin-bottom:22px}.price-copy>small{display:block;color:var(--purple);font-weight:800;font-size:9px;letter-spacing:.12em}.price-copy h3{font-size:28px;margin:9px 0}.price-copy p{color:var(--muted)}.price-copy ul{list-style:none;padding:22px 0 0;margin:22px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px;color:#4f525b;font-size:12px}.price-action{border-left:1px solid var(--line);padding-left:40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.price-action>small{color:var(--orange);font-weight:800;letter-spacing:.1em}.price-action>strong{font:800 42px Space Grotesk;letter-spacing:-.05em;margin-top:9px}.price-action s{color:var(--muted);font-size:13px}.price-action p{color:var(--muted);font-size:11px;line-height:1.5}.price-action .button{width:100%;margin-top:16px}.monthly{font-size:9px;color:var(--muted);align-self:center;margin-top:10px}.billing-note{text-align:center;color:var(--muted);font-size:10px;margin-top:20px}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-grid a{color:var(--purple)}.faq-list{border-top:1px solid var(--line)}.faq-list details{padding:21px 0;border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;justify-content:space-between;cursor:pointer;font:700 15px Space Grotesk}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:20px;color:var(--purple)}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{color:var(--muted);line-height:1.7;font-size:13px}.final-cta{text-align:center;padding:120px 0;background:radial-gradient(circle at 50% 120%,rgba(136,101,199,.2),transparent 45%),#fff;border-top:1px solid var(--line)}.final-cta .container{display:flex;flex-direction:column;align-items:center}.final-cta h2{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.065em;margin:20px 0}.final-cta p{color:var(--muted)}.centered-actions{justify-content:center}.site-footer{border-top:1px solid var(--line);padding:58px 0 24px;background:#f4f4f6}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.footer-grid>div>p{color:var(--muted);font-size:12px}.footer-links{display:grid;grid-template-columns:1fr 1.5fr}.footer-links>div{display:flex;flex-direction:column;gap:10px}.footer-links strong{font-size:11px;margin-bottom:4px}.footer-links a{color:var(--muted);font-size:11px}.footer-links a:hover{color:var(--ink)}.footer-base{border-top:1px solid var(--line);padding-top:22px;margin-top:42px;display:flex;justify-content:space-between;color:#8d8f97;font-size:9px}.legal-hero{padding:105px 0 65px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 25% 0,rgba(78,142,255,.12),transparent 42%)}.legal-narrow{max-width:800px}.legal-hero h1{font-size:clamp(44px,6vw,68px);letter-spacing:-.055em;margin:20px 0}.legal-hero p{font-size:18px;color:var(--muted);line-height:1.6}.legal-hero small{color:#8b8e97}.legal-content{padding:70px 0 115px}.legal-content section{margin-bottom:44px}.legal-content h2{font-size:23px}.legal-content p,.legal-content li{color:var(--muted);line-height:1.8;font-size:14px}.legal-content aside{border-left:3px solid var(--purple);background:var(--soft);padding:20px 24px}.legal-content a{color:var(--purple)}@media(max-width:920px){.desktop-nav{display:none}.hero-grid,.flow-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.hero-copy{text-align:center;display:flex;flex-direction:column;align-items:center}.product-stage{min-height:660px}.feature-grid{grid-template-columns:repeat(2,1fr)}.proof .container{gap:16px;justify-content:center;flex-wrap:wrap}.price-card{grid-template-columns:1fr}.price-action{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.footer-grid{grid-template-columns:1fr 1.5fr}}@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.site-header .button{padding:10px 13px}.site-header .button span{display:none}.hero{padding-top:52px}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.hero-actions{width:100%;flex-direction:column}.hero-actions .button{width:100%}.product-stage{min-height:560px;margin-inline:-18px}.phone-card{padding:17px;border-radius:25px}.phone-head>b{font-size:20px}.mode-pill span{width:42px}.week-row{gap:3px}.week-row b{width:32px;height:32px;font-size:11px}.calorie-card{min-height:150px;padding:18px}.calorie-card strong{font-size:36px}.calorie-ring{width:84px;height:84px}.macro-grid>div{padding:11px}.macro-grid strong{font-size:17px}.float-card,.proof span,.proof i{display:none}.proof .container{font-size:9px;min-height:70px}.section{padding:86px 0}.section-heading h2,.flow-copy h2{font-size:40px}.feature-grid{grid-template-columns:1fr}.price-card{padding:25px}.faq-grid{gap:42px}.footer-grid{grid-template-columns:1fr}.footer-base{flex-direction:column;gap:10px}.legal-hero{padding:75px 0 48px}.legal-content{padding-top:48px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}:where(a,button,summary):focus-visible{outline:3px solid var(--purple);outline-offset:4px}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/dm-sans-latin-ext-400-normal.BtiwyxMk.woff2) format("woff2"),url(/_astro/dm-sans-latin-ext-400-normal.BjWJ59Pq.woff) format("woff");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:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/dm-sans-latin-400-normal.CW0RaeGs.woff2) format("woff2"),url(/_astro/dm-sans-latin-400-normal.BwCSEQnW.woff) format("woff");unicode-range:U+0000-00FF,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:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/dm-sans-latin-ext-500-normal.BJfUCQsA.woff2) format("woff2"),url(/_astro/dm-sans-latin-ext-500-normal.DR84L5F-.woff) format("woff");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:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/dm-sans-latin-500-normal.B9HHJjqV.woff2) format("woff2"),url(/_astro/dm-sans-latin-500-normal.Dr3UlScf.woff) format("woff");unicode-range:U+0000-00FF,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:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/dm-sans-latin-ext-600-normal.4vooXBpG.woff2) format("woff2"),url(/_astro/dm-sans-latin-ext-600-normal.DRtaDpgU.woff) format("woff");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:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/dm-sans-latin-600-normal.Aqo67rzb.woff2) format("woff2"),url(/_astro/dm-sans-latin-600-normal.BmdmIIQ2.woff) format("woff");unicode-range:U+0000-00FF,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:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/dm-sans-latin-ext-700-normal.CJIcxD6K.woff2) format("woff2"),url(/_astro/dm-sans-latin-ext-700-normal.BLI3TTWz.woff) format("woff");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:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/dm-sans-latin-700-normal.DvUfVpUG.woff2) format("woff2"),url(/_astro/dm-sans-latin-700-normal.CUSSCpQX.woff) format("woff");unicode-range:U+0000-00FF,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/space-grotesk-vietnamese-500-normal.BmEvtly_.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-500-normal.BTqKIpxg.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/space-grotesk-latin-ext-500-normal.DUe3BAxM.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-500-normal.3dgZTiw9.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/space-grotesk-latin-500-normal.lFbtlQH6.woff2) format("woff2"),url(/_astro/space-grotesk-latin-500-normal.CNSSEhBt.woff) format("woff");unicode-range:U+0000-00FF,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/space-grotesk-vietnamese-600-normal.DUi7WF5p.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-600-normal.D6zpsUhD.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/space-grotesk-latin-ext-600-normal.DxxdqCpr.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-600-normal.VcznFIpX.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/space-grotesk-latin-600-normal.DjKNqYRj.woff2) format("woff2"),url(/_astro/space-grotesk-latin-600-normal.BflQw4A9.woff) format("woff");unicode-range:U+0000-00FF,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-vietnamese-700-normal.DMty7AZE.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-700-normal.Duxec5Rn.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-latin-ext-700-normal.BQnZhY3m.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-700-normal.HVCqSBdx.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/space-grotesk-latin-700-normal.RjhwGPKo.woff2) format("woff2"),url(/_astro/space-grotesk-latin-700-normal.CwsQ-cCU.woff) format("woff");unicode-range:U+0000-00FF,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}
