:root{--color-paper:#3f4267;--color-paper-text:#eceefb;--color-paper-text-muted:#b9bcd9;--color-ink:#2b2d42;--color-sky:#4ea8de;--color-sky-dark:#2f7fb3;--color-sun:#ffd23f;--color-bubblegum:#ff6b9d;--color-bubblegum-dark:#e8447c;--color-grass:#06a77d;--radius-lg:22px;--radius-md:16px;--radius-sm:10px;--header-h:64px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,html{background:var(--color-paper)}body{margin:0;min-height:100vh;font-family:var(--font-body),sans-serif;color:var(--color-paper-text);font-size:17px;line-height:1.5}a{color:inherit}h1,h2,h3{font-family:var(--font-display),sans-serif;font-weight:600;line-height:1.15}.page-container{max-width:1080px;margin:0 auto;padding:28px 20px 90px}h1{font-size:clamp(28px,5vw,40px);margin:0 0 6px}.page-description{color:var(--color-paper-text-muted);margin-top:0;margin-bottom:24px;font-size:clamp(15px,2.4vw,18px)}.difficulty-badge{display:inline-block;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:-14px 0 20px}.breadcrumbs,.difficulty-badge{color:var(--color-paper-text-muted);font-size:13px}.breadcrumbs{margin-bottom:12px}.breadcrumbs-item a{color:var(--color-paper-text-muted);text-decoration:underline}.breadcrumbs-item a:hover,.breadcrumbs-item span[aria-current=page]{color:var(--color-paper-text)}.breadcrumbs-sep{margin:0 6px}.related-heading{margin:32px 0 12px}@media (max-width:640px){.page-container{padding:14px 14px 60px}.page-description{margin-bottom:12px}}.ad-slot{min-height:100px;display:flex;align-items:center;justify-content:center;background:#f1f0ea;border:2px dashed #dcd9cd;border-radius:var(--radius-md);color:#a9a6a0;font-size:12px;margin:24px 0}@media (max-width:640px){.ad-slot{min-height:60px;margin:14px 0}.ad-slot--tool-top{display:none}}.site-header{background:var(--color-ink);position:-webkit-sticky;position:sticky;top:0;z-index:20;box-shadow:0 2px 0 rgba(0,0,0,.06)}.site-header .inner{max-width:1080px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--header-h)}.site-header .logo{display:flex;align-items:center;gap:8px;font-family:var(--font-display),sans-serif;font-weight:600;font-size:clamp(18px,3vw,22px);text-decoration:none;color:#fff;white-space:nowrap}.site-header .logo-mark{border-radius:var(--radius-sm);flex-shrink:0}.site-header nav{display:flex;gap:6px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.site-header nav::-webkit-scrollbar{display:none}.site-header .nav-link{text-decoration:none;color:#fff;font-family:var(--font-display),sans-serif;font-size:14px;font-weight:500;white-space:nowrap;padding:10px 16px;border-radius:999px;background:hsla(0,0%,100%,.16);transition:background .15s}.site-header .nav-link:active,.site-header .nav-link:hover{background:hsla(0,0%,100%,.3)}.nav-item-dropdown{position:relative;flex-shrink:0}.nav-link--parent{display:inline-flex;align-items:center;gap:6px}.nav-caret{width:8px;height:8px;border-right:2px solid hsla(0,0%,100%,.85);border-bottom:2px solid hsla(0,0%,100%,.85);transform:rotate(45deg) translateY(-2px)}.nav-dropdown{position:fixed;min-width:200px;background:#fff;border-radius:var(--radius-sm);box-shadow:0 8px 24px rgba(0,0,0,.18);padding:6px;display:flex;flex-direction:column;z-index:30}.nav-dropdown-link{text-decoration:none;color:var(--color-ink);font-family:var(--font-display),sans-serif;font-size:14px;font-weight:500;padding:9px 12px;border-radius:8px;white-space:nowrap}.nav-dropdown-link:active,.nav-dropdown-link:hover{background:#f2f2f2}.site-header .category-select{display:none}@media (max-width:640px){.site-header .inner{padding:8px 14px;min-height:48px}}@media (max-width:1023px){.site-header nav{display:none}.site-header .category-select{display:block;flex:0 1 auto;min-width:0;max-width:132px;padding:7px 28px 7px 12px;border:none;border-radius:999px;background-color:hsla(0,0%,100%,.16);color:#fff;font-family:var(--font-display),sans-serif;font-size:13px;font-weight:500;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.site-header .category-select:focus,.site-header .category-select:hover{background-color:hsla(0,0%,100%,.3)}.site-header .category-select option{color:var(--color-ink);background:#fff}}.site-footer{margin-top:60px;background:var(--color-ink);color:#cfd2e6}.site-footer .inner{max-width:1080px;margin:0 auto;padding:28px 20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:13px}.site-footer .links{display:flex;gap:18px;flex-wrap:wrap}.site-footer .links a{color:#cfd2e6;text-decoration:none}.site-footer .links a:hover{color:#fff;text-decoration:underline}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}@media (min-width:520px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:860px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:22px}}.gallery-card{display:block;text-decoration:none;color:inherit;background:#fff;border:3px solid #fff;border-radius:var(--radius-lg);padding:12px;box-shadow:0 3px 0 rgba(43,45,66,.08);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.gallery-card:focus-visible,.gallery-card:hover{transform:translateY(-3px) rotate(-.5deg);border-color:var(--color-sun);box-shadow:0 8px 0 rgba(43,45,66,.1)}.gallery-thumb{display:flex;justify-content:center;align-items:center;position:relative;aspect-ratio:1/1;background:#f8f7f2;border-radius:var(--radius-md);overflow:hidden}.gallery-title{margin:10px 2px 2px;font-family:var(--font-display),sans-serif;font-size:clamp(13px,2vw,15px);font-weight:500;text-align:center;color:var(--color-ink)}.gallery-grid--compact{grid-template-columns:repeat(3,1fr);gap:10px}@media (min-width:520px){.gallery-grid--compact{grid-template-columns:repeat(4,1fr);gap:12px}}@media (min-width:860px){.gallery-grid--compact{grid-template-columns:repeat(6,1fr);gap:14px}}.gallery-card--compact{padding:6px}.gallery-card--compact .gallery-thumb{aspect-ratio:3/4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-thumb--more{background:var(--color-sky);flex-direction:column;gap:2px}.more-icon{font-size:clamp(22px,4vw,30px);font-weight:700;line-height:1}.more-icon,.more-label{font-family:var(--font-display),sans-serif;color:#fff}.more-label{font-size:clamp(12px,2vw,14px);font-weight:600}.category-section{margin-bottom:44px}.category-section:last-child{margin-bottom:0}.category-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.category-heading h2{font-size:clamp(20px,3.4vw,26px);margin:0}.category-view-all{flex:0 0 auto;font-family:var(--font-display),sans-serif;font-size:13px;font-weight:600;text-decoration:none;color:var(--color-sun);white-space:nowrap}.category-view-all:hover{text-decoration:underline}.category-blurb{max-width:68ch;margin:32px 0 0;line-height:1.6}.category-intro{max-width:68ch;margin:12px 0 32px;line-height:1.6}.subcategory-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}.filter-chip{text-decoration:none;color:var(--color-ink);font-size:14px;font-weight:500;padding:8px 16px;border-radius:999px;background:#eef0f6;transition:background .15s}.filter-chip:hover{background:#dfe2ec}.filter-chip--active{background:var(--color-ink);color:#fff}.page-facts{display:flex;flex-wrap:wrap;gap:10px 28px;max-width:68ch;margin:18px 0 0}.page-facts-item{min-width:140px}.page-facts-item dt{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--color-paper-text-muted);margin-bottom:2px}.page-facts-item dd{margin:0;font-weight:600}.coloring-ideas{max-width:68ch;margin:32px 0 0;padding-left:22px;line-height:1.6}.coloring-ideas li{margin-bottom:8px}.try-this{margin-top:14px!important}.faq-list{max-width:68ch;margin:32px 0 0}.faq-item{margin-bottom:18px}.faq-item dt{font-weight:600;margin-bottom:4px}.faq-item dd{margin:0;color:var(--color-paper-text-muted);line-height:1.6}.new-category-highlight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:22px 0 8px;padding:14px 18px;border-radius:var(--radius-md);background:var(--color-sun);color:var(--color-ink);text-decoration:none;box-shadow:0 3px 0 var(--color-bubblegum-dark);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.new-category-highlight:hover{filter:brightness(1.05);transform:translateY(-1px)}.new-category-highlight:active{transform:translateY(1px);box-shadow:0 1px 0 var(--color-bubblegum-dark)}.new-category-highlight-badge{flex:0 0 auto;padding:3px 10px;border-radius:999px;background:var(--color-bubblegum);color:#fff;font-family:var(--font-display),sans-serif;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.new-category-highlight-text{flex:1 1 auto;font-family:var(--font-display),sans-serif;font-weight:600;font-size:clamp(15px,2.4vw,18px)}.new-category-highlight-arrow{flex:0 0 auto;font-size:20px;font-weight:700;transition:transform .12s ease}.new-category-highlight:hover .new-category-highlight-arrow{transform:translateX(4px)}.updates-banner{margin-top:44px;padding:22px 24px;border:2px dashed var(--color-sun);border-radius:var(--radius-lg);background:rgba(255,210,63,.08);text-align:center}.updates-title{margin:0 0 4px;font-family:var(--font-display),sans-serif;font-weight:600;font-size:clamp(17px,2.6vw,20px);color:var(--color-sun)}.updates-text{margin:0;color:var(--color-paper-text-muted)}.home-info{margin-top:44px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.12)}.home-info h2{font-size:clamp(20px,3.4vw,26px)}.home-info h2:not(:first-child){margin-top:32px}a:focus-visible,button:focus-visible{outline:3px solid var(--color-sky-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}@font-face{font-family:__Fredoka_160d87;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_160d87;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-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:__Fredoka_160d87;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-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:__Fredoka_160d87;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_160d87;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-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:__Fredoka_160d87;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-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:__Fredoka_160d87;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_160d87;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-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:__Fredoka_160d87;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-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:__Fredoka_Fallback_160d87;src:local("Arial");ascent-override:95.64%;descent-override:23.17%;line-gap-override:0.00%;size-adjust:101.84%}.__className_160d87{font-family:__Fredoka_160d87,__Fredoka_Fallback_160d87;font-style:normal}.__variable_160d87{--font-display:"__Fredoka_160d87","__Fredoka_Fallback_160d87"}@font-face{font-family:__Nunito_c046d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_c046d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_c046d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_c046d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_c046d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_c046d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_c046d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_c046d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_c046d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_c046d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_c046d1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_c046d1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_c046d1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_c046d1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_c046d1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_c046d1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_c046d1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_c046d1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_c046d1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_c046d1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_Fallback_c046d1;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_c046d1{font-family:__Nunito_c046d1,__Nunito_Fallback_c046d1;font-style:normal}.__variable_c046d1{--font-body:"__Nunito_c046d1","__Nunito_Fallback_c046d1"}