:root{--paper:#f7f2e8;--paper-deep:#eee5d4;--ink:#292b25;--green:#1f3829;--green-2:#2b4936;--rust:#a94c2e;--line:rgba(41,43,37,.28);--soft-line:rgba(41,43,37,.15);--font-display:var(--font-cormorant),Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-display);font-size:19px;line-height:1.42}a{color:inherit;text-decoration:none}img{max-width:100%}img,picture{display:block}main{min-height:60vh}.site-header{border-bottom:1px solid var(--line);background:hsla(40,48%,94%,.96);position:relative;z-index:10}.header-inner{height:94px;max-width:1500px;margin:auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--green);font-size:14px;font-weight:600;line-height:.8;letter-spacing:.12em;white-space:nowrap}.brand strong{font-size:19px;letter-spacing:.1em}.brand-sprig{color:var(--rust);font-size:38px;font-weight:300;line-height:1;transform:rotate(22deg)}.desktop-nav{display:flex;gap:42px;margin-left:auto;margin-right:38px}.desktop-nav a{font-size:18px}.desktop-nav a:hover,.text-link:hover{color:var(--rust)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:12px 22px;background:var(--green);color:#fff9ee;border:1px solid var(--green);border-radius:2px;font-size:17px;line-height:1;letter-spacing:.015em;transition:background .2s,border .2s,transform .2s}.button:hover{background:var(--rust);border-color:var(--rust);transform:translateY(-1px)}.header-button{min-width:115px}.mobile-nav{display:none}.hero{min-height:600px;max-width:1500px;margin:auto;padding:74px 7.6% 77px;display:grid;grid-template-columns:minmax(330px,.93fr) minmax(370px,1.07fr);grid-gap:9%;gap:9%;align-items:center}.hero-copy{max-width:585px}.eyebrow{margin:0 0 11px;text-transform:uppercase;letter-spacing:.16em;font-size:14px;font-weight:700;line-height:1.1}.rust,.sprig-rule{color:var(--rust)}.sprig-rule{display:block;font-size:22px;line-height:1;margin:4px 0 12px}.contact-intro h1,.hero h1,.not-found h1,.page-intro h1,.product-detail h1{font-size:clamp(52px,5.2vw,83px);line-height:.88;font-weight:500;letter-spacing:-.045em;color:var(--green);margin:0}.rust-rule{display:block;width:77px;border-top:2px solid var(--rust);margin:27px 0}.hero-text{font-size:23px;line-height:1.32;max-width:520px;margin:0 0 29px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:650;font-size:18px;border-bottom:1px solid;padding-bottom:2px}.hero-art{min-height:475px;position:relative;padding:0 60px 30px 8px}.frame{width:min(100%,515px);height:458px;background:#171b16;border:9px solid #11150f;box-shadow:0 0 0 2px #6f3e2a,0 0 0 8px #171b16,18px 18px 0 rgba(44,38,28,.14);padding:18px;margin-left:auto}.frame img,.frame picture{height:100%;width:100%;object-fit:contain;background:#e8ded0}.specimen-card{position:absolute;right:0;bottom:0;width:220px;min-height:150px;padding:24px 22px;background:var(--paper);border:1px solid var(--line);box-shadow:10px 10px 0 rgba(41,43,37,.08);display:flex;flex-direction:column;justify-content:center;gap:4px}.specimen-card strong{color:var(--green);font-size:25px;line-height:1}.specimen-card span{font-size:16px;line-height:1.1}.collection-ribbon{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:70px;display:flex;align-items:center;gap:37px;justify-content:center;padding:15px 30px}.collection-ribbon .eyebrow{margin:0}.collection-ribbon div{display:flex;align-items:center}.collection-ribbon a{font-size:19px;padding:0 23px;border-right:1px solid var(--line)}.collection-ribbon a:last-child{border:0}.collection-ribbon a:first-child{color:var(--rust);font-weight:650}.section{max-width:1500px;margin:auto;padding:100px 7.6%}.feature-section{padding-top:94px}.section-heading{max-width:530px}.section-heading h2,.story-panel h2,.values h2{margin:0;color:var(--green);font-weight:500;letter-spacing:-.035em;font-size:clamp(38px,4.2vw,60px);line-height:.95}.section-heading>p:last-child{margin:19px 0 0;font-size:21px;line-height:1.3}.featured-list{margin-top:47px;border-top:1px solid var(--line)}.product-card{display:grid;grid-template-columns:minmax(150px,.74fr) 1fr;border-bottom:1px solid var(--line);min-height:250px}.product-card-image{display:flex;align-items:center;justify-content:center;padding:18px;border-right:1px solid var(--line);background:#eee5d6}.product-card-image img,.product-card-image picture{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card-image:hover img{transform:scale(1.025)}.product-card-copy{padding:31px 29px;display:flex;flex-direction:column;align-items:flex-start}.product-card-copy .eyebrow{font-size:12px;margin-bottom:12px}.product-card h3{font-size:29px;line-height:.98;font-weight:500;color:var(--green);letter-spacing:-.028em;margin:0}.product-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.product-price{font-size:21px;color:var(--rust);font-weight:650;margin:16px 0 auto}.product-card .text-link{font-size:16px;margin-top:14px}.featured-list .product-card{grid-template-columns:260px 1fr}.center-link{text-align:center;margin-top:33px}.story-panel{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:#f8efe1;min-height:480px}.story-panel-art{padding:49px;display:flex;align-items:center;justify-content:center;background:#e6dece}.story-panel-art img,.story-panel-art picture{width:100%;height:100%;max-height:465px;object-fit:contain}.story-panel-copy{padding:74px 11% 66px;align-self:center}.story-panel-copy h2{color:#fff7eb}.story-panel-copy p{font-size:23px;line-height:1.35}.story-panel-copy .text-link{color:#fff7eb;margin-top:12px}.faq-section{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:10%;gap:10%}.faq-grid{border-top:1px solid var(--line)}.faq-grid details{border-bottom:1px solid var(--line);padding:19px 0}.faq-grid summary{cursor:pointer;color:var(--green);font-size:26px;font-weight:600;list-style:none;position:relative;padding-right:25px}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";position:absolute;right:4px;color:var(--rust);font-size:30px;font-weight:400;top:-8px}.faq-grid details[open] summary:after{content:"−"}.faq-grid p{margin:10px 20px 2px 0;font-size:19px;line-height:1.3}.page-intro{max-width:940px;padding:110px 7.6% 51px;margin:auto;text-align:center}.page-intro h1{font-size:clamp(51px,6.3vw,89px)}.page-intro>p:last-child{max-width:660px;margin:25px auto 0;font-size:23px;line-height:1.32}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:23px;gap:23px;padding-top:25px}.shop-grid .product-card{display:flex;flex-direction:column;border:1px solid var(--line);min-height:0}.shop-grid .product-card-image{height:305px;border-right:0;border-bottom:1px solid var(--line)}.shop-grid .product-card-copy{min-height:215px}.shop-grid .product-card h3{font-size:26px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:23px;gap:23px;padding-top:20px}.collection-card{border:1px solid var(--line);background:#f3eadb;min-height:390px;display:flex;flex-direction:column}.collection-card picture{height:255px;padding:16px;display:flex;align-items:center;justify-content:center;background:#e8dece}.collection-card picture img{width:100%;height:100%;object-fit:contain}.collection-card>div{padding:22px 25px 25px}.collection-card .eyebrow{font-size:12px}.collection-card h2{font-size:35px;line-height:.95;color:var(--green);font-weight:500;margin:0 0 17px}.collection-card .text-link{font-size:16px}.collection-intro{padding-bottom:25px}.product-detail{max-width:1500px;margin:auto;padding:74px 7.6% 110px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:9%;gap:9%}.product-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-content:start}.product-gallery picture{min-height:215px;background:#eee5d6;padding:14px;display:flex;align-items:center;justify-content:center;border:1px solid var(--soft-line)}.product-gallery picture img{height:100%;width:100%;object-fit:contain}.product-gallery .gallery-main{grid-column:1/-1;height:590px}.product-detail-copy{position:-webkit-sticky;position:sticky;top:30px;align-self:start}.product-detail h1{font-size:clamp(42px,4.1vw,62px);margin-bottom:17px}.detail-price{font-size:27px;margin:0 0 27px}.product-description{border-top:1px solid var(--line);padding-top:20px;margin-bottom:28px}.product-description p{margin:0 0 10px;font-size:20px;line-height:1.28}.purchase-note{font-size:16px;line-height:1.25;margin:13px 0 25px}.related-section{background:#f1e9db;max-width:none;padding-left:7.6%;padding-right:7.6%}.related-section .featured-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:23px;gap:23px;border:0}.related-section .product-card{background:var(--paper);border:1px solid var(--line);display:flex;flex-direction:column}.related-section .product-card-image{height:235px;border-right:0;border-bottom:1px solid var(--line)}.contact-page{max-width:1130px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:11%;gap:11%;padding:108px 7.6% 120px}.contact-intro h1{font-size:clamp(55px,6vw,82px)}.contact-intro>p{font-size:23px;line-height:1.32}.contact-form{padding:32px;background:#eee5d5;border:1px solid var(--line);display:flex;flex-direction:column}.contact-form label{font-size:18px;font-weight:650;margin:0 0 6px;color:var(--green)}.contact-form input,.contact-form textarea{font:inherit;font-size:19px;padding:10px 12px;margin:0 0 19px;border:1px solid var(--line);border-radius:0;background:#fdf9f1;color:var(--ink)}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--rust);outline-offset:1px}.contact-form button{align-self:flex-start}.contact-form-status{font-size:17px;margin:0 0 14px}.contact-form-status.error{color:#8f240d}.about-intro{padding-bottom:65px}.about-story{max-width:1290px;margin:0 auto 55px;grid-template-columns:.95fr 1.05fr}.about-story .story-panel-copy{padding:70px 13%}.about-story .story-panel-copy p{margin-top:0}.values{display:grid;grid-template-columns:1fr 1fr;grid-gap:12%;gap:12%;padding-top:55px}.values-list{border-top:1px solid var(--line)}.values-list p{margin:0;padding:24px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:145px 1fr;grid-gap:20px;gap:20px}.values-list strong{color:var(--green);font-size:22px;line-height:1}.values-list span{font-size:19px;line-height:1.2}.legal-page{max-width:830px;margin:auto;padding:95px 7.6% 120px}.legal-page h1{font-size:clamp(52px,5vw,75px);line-height:.9;color:var(--green);font-weight:500;margin:0 0 35px}.legal-page h2{font-size:31px;color:var(--green);font-weight:550;margin:34px 0 8px}.legal-page p{font-size:20px;line-height:1.42}.legal-page a{color:var(--rust);text-decoration:underline}.not-found{max-width:760px;margin:auto;text-align:center;padding:140px 7.6%}.not-found p{font-size:23px}.not-found .button{margin-top:20px}.site-footer{background:var(--green);color:#faf0df;padding:57px 7.6% 25px}.footer-inner{max-width:1500px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:12%;gap:12%;padding-bottom:46px}.site-footer .brand{color:#fff5e5}.site-footer .brand-sprig{color:#e9a15e}.footer-note{max-width:360px;font-size:19px;line-height:1.25}.footer-links{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:30px;gap:30px}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.footer-links a{font-size:18px;line-height:1.3;border-bottom:1px solid transparent}.footer-links a:hover{border-color:#f8efe1}.footer-label{margin:0 0 8px;color:#ebb072;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.footer-bottom{max-width:1500px;margin:auto;padding-top:20px;border-top:1px solid rgba(255,245,229,.35);display:grid;grid-template-columns:1fr 2.2fr auto;grid-gap:25px;gap:25px;align-items:center}.etsy-notice,.footer-bottom p{font-size:13px;line-height:1.25;margin:0}.etsy-notice{color:#f9f0df;text-decoration:underline;text-underline-offset:3px}.footer-bottom img{width:auto;height:28px}@media(max-width:900px){.header-inner{height:78px;padding:0 24px}.desktop-nav,.header-button{display:none}.mobile-nav{display:block;position:relative;margin-left:auto}.mobile-nav summary{display:flex;flex-direction:column;gap:5px;list-style:none;cursor:pointer;padding:10px 2px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{width:25px;border-top:1.5px solid var(--green)}.mobile-nav nav{position:absolute;right:-24px;top:48px;width:240px;padding:20px 24px 24px;background:var(--paper);border:1px solid var(--line);box-shadow:0 14px 20px rgba(34,37,30,.14);display:flex;flex-direction:column;gap:14px}.mobile-nav nav a:not(.button){font-size:22px;color:var(--green)}.mobile-nav .button{margin-top:5px}.hero{min-height:0;padding:62px 7.6%;grid-template-columns:1fr;gap:53px}.hero h1{font-size:clamp(51px,10vw,75px)}.hero-art{width:min(100%,600px);min-height:420px;margin:auto;padding-right:50px}.frame{height:420px}.collection-ribbon{flex-direction:column;gap:12px;padding:19px}.collection-ribbon div{flex-wrap:wrap;justify-content:center;row-gap:7px}.collection-ribbon a{font-size:17px;padding:0 14px}.featured-list .product-card{grid-template-columns:210px 1fr}.faq-section{grid-template-columns:1fr;gap:35px}.collection-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:45px}.product-detail-copy{position:static}.product-gallery .gallery-main{height:500px}.contact-page{grid-template-columns:1fr;gap:40px}.footer-bottom{grid-template-columns:1fr 2fr}.footer-bottom>a:last-child{grid-column:2;justify-self:start}.footer-inner{gap:8%}}@media(max-width:580px){body{font-size:18px}.header-inner{padding:0 19px}.brand{font-size:12px}.brand strong{font-size:16px}.brand-sprig{font-size:31px}.hero{padding:47px 23px 52px;gap:42px}.hero h1{font-size:49px;line-height:.88}.hero-text{font-size:21px}.hero-actions{gap:19px}.hero-art{min-height:341px;padding-right:25px}.frame{height:321px;padding:11px;border-width:7px;box-shadow:0 0 0 2px #6f3e2a,0 0 0 6px #171b16,9px 10px 0 rgba(44,38,28,.14)}.specimen-card{width:180px;min-height:112px;padding:16px;right:-4px}.specimen-card strong{font-size:22px}.specimen-card span{font-size:14px}.collection-ribbon{padding:17px 11px}.collection-ribbon div{gap:0}.collection-ribbon a{font-size:16px;padding:0 10px}.section{padding:72px 23px}.feature-section{padding-top:70px}.section-heading h2,.story-panel h2,.values h2{font-size:45px}.featured-list{margin-top:35px}.featured-list .product-card{grid-template-columns:128px 1fr;min-height:176px}.product-card-image{padding:11px}.product-card-copy{padding:18px 16px}.product-card h3{font-size:24px}.product-price{font-size:19px;margin-top:10px}.product-card .text-link{display:none}.story-panel{grid-template-columns:1fr}.story-panel-art{padding:26px;height:342px}.story-panel-copy{padding:49px 23px}.story-panel-copy p{font-size:21px}.faq-grid summary{font-size:23px}.faq-grid p{font-size:18px}.page-intro{padding:69px 23px 34px;text-align:left}.page-intro h1{font-size:53px}.page-intro>p:last-child{font-size:21px;margin-top:18px}.collection-grid,.shop-grid{grid-template-columns:1fr;gap:17px;padding-top:20px}.shop-grid .product-card{display:grid;grid-template-columns:136px 1fr;min-height:180px}.shop-grid .product-card-image{height:auto;border-right:1px solid var(--line);border-bottom:0}.shop-grid .product-card-copy{min-height:0}.collection-card{min-height:0;display:grid;grid-template-columns:150px 1fr}.collection-card picture{height:176px;padding:11px}.collection-card>div{padding:20px}.collection-card h2{font-size:29px}.product-detail{padding:42px 23px 73px}.product-gallery{gap:9px}.product-gallery .gallery-main{height:362px}.product-gallery picture{min-height:150px;padding:8px}.product-detail h1{font-size:49px}.product-description p{font-size:19px}.related-section{padding-left:23px;padding-right:23px}.related-section .featured-list{grid-template-columns:1fr}.related-section .product-card{display:grid;grid-template-columns:138px 1fr}.related-section .product-card-image{height:auto;border-right:1px solid var(--line);border-bottom:0}.contact-page{padding:67px 23px 75px}.contact-intro h1{font-size:56px}.contact-intro>p{font-size:21px}.contact-form{padding:23px}.about-intro{padding-bottom:40px}.about-story{margin:0 23px 13px}.about-story .story-panel-art{height:330px}.about-story .story-panel-copy{padding:39px 24px}.values{display:block;padding-top:53px}.values-list{margin-top:32px}.values-list p{grid-template-columns:1fr;gap:7px}.legal-page{padding:70px 23px}.legal-page h1{font-size:55px}.legal-page p{font-size:19px}.not-found{padding:100px 23px}.footer-inner{grid-template-columns:1fr;gap:38px}.site-footer{padding:45px 23px 21px}.footer-links{grid-template-columns:1fr 1.2fr;gap:15px}.footer-bottom{grid-template-columns:1fr;gap:15px}.footer-bottom>a:last-child{grid-column:auto}.footer-bottom img{height:25px}}@font-face{font-family:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_07d15b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_Fallback_07d15b;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:__Cormorant_Garamond_07d15b,__Cormorant_Garamond_Fallback_07d15b;font-style:normal}.__variable_07d15b{--font-cormorant:"__Cormorant_Garamond_07d15b","__Cormorant_Garamond_Fallback_07d15b"}