:root{--night:#080c1c;--dusk:#10162e;--veil:#262b4d;--alpenglow:#e0a184;--ember:#b96f5e;--taupe:#b0a28c;--ice:#e9edf7;--mist:#a7aec7;--faint:#6b7294;--line:rgba(233,237,247,.1);--font-display:var(--cormorant),Georgia,serif;--font-body:var(--newsreader),Georgia,serif;--measure:66ch;--gutter:clamp(1.25rem,5vw,3rem);--ease-drift:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--night);color:var(--ice);font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}::selection{background:hsla(19,60%,70%,.28);color:var(--ice)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.ambient{position:fixed;inset:0;z-index:-1;overflow:hidden;background:linear-gradient(to bottom,var(--night) 0,var(--dusk) 38%,var(--veil) 62%,#4a3a56 76%,#6e4a52 86%,var(--night) 100%)}.ambient__glow{position:absolute;left:50%;bottom:4%;width:140vmax;height:70vmax;transform:translateX(-50%);background:radial-gradient(ellipse at 50% 100%,hsla(19,60%,70%,.34) 0,rgba(185,111,94,.18) 32%,rgba(38,43,77,0) 68%);animation:breathe 46s ease-in-out infinite;will-change:opacity,transform}@keyframes breathe{0%,to{opacity:.75;transform:translateX(-52%) scale(1)}50%{opacity:1;transform:translateX(-48%) scale(1.06)}}.ambient__stars{position:absolute;inset:0 0 40% 0;background-image:radial-gradient(1px 1px at 12% 22%,rgba(233,237,247,.8),transparent),radial-gradient(1px 1px at 28% 9%,rgba(233,237,247,.5),transparent),radial-gradient(1.5px 1.5px at 41% 31%,rgba(233,237,247,.6),transparent),radial-gradient(1px 1px at 57% 14%,rgba(233,237,247,.7),transparent),radial-gradient(1px 1px at 66% 27%,rgba(233,237,247,.4),transparent),radial-gradient(1.5px 1.5px at 79% 8%,rgba(233,237,247,.65),transparent),radial-gradient(1px 1px at 88% 24%,rgba(233,237,247,.5),transparent),radial-gradient(1px 1px at 7% 45%,rgba(233,237,247,.35),transparent),radial-gradient(1px 1px at 94% 41%,rgba(233,237,247,.3),transparent);animation:shimmer 12s ease-in-out infinite alternate}@keyframes shimmer{0%{opacity:.55}to{opacity:1}}.ambient__ridge{position:absolute;left:-4vw;right:-4vw;bottom:-2px;will-change:transform}.ambient__ridge svg{width:100%;height:auto}.ridge--far{color:#2c2a4a;opacity:.9}.ridge--mid{color:#191c36}.ridge--near{color:#0a0d1f}.ambient:after{content:"";position:absolute;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.header{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:1.4rem var(--gutter);transition:background .5s var(--ease-drift),-webkit-backdrop-filter .5s;transition:background .5s var(--ease-drift),backdrop-filter .5s;transition:background .5s var(--ease-drift),backdrop-filter .5s,-webkit-backdrop-filter .5s}.header--veiled{background:rgba(8,12,28,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header__mark{font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ice);white-space:nowrap}.header__mark em{font-style:normal;color:var(--alpenglow)}.header__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;column-gap:1.4rem;row-gap:.2rem}.header__link{font-family:var(--font-display);font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--mist);padding-bottom:2px;border-bottom:1px solid transparent;transition:color .35s,border-color .35s}.header__link:hover{color:var(--ice)}.header__link[data-active=true]{color:var(--ice);border-color:var(--room-hue,var(--alpenglow))}@media (max-width:640px){.header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem var(--gutter)}.header__nav{justify-content:flex-start;column-gap:1rem}}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 var(--gutter);position:relative}.hero__eyebrow{font-size:.8rem;letter-spacing:.42em;text-transform:uppercase;color:var(--taupe);margin-bottom:1.6rem}.hero__eyebrow,.hero__title{font-family:var(--font-display)}.hero__title{font-weight:500;font-size:clamp(2.8rem,8.5vw,6.2rem);line-height:1.15;letter-spacing:.01em;text-wrap:balance;padding-bottom:.08em;background:linear-gradient(178deg,var(--ice) 55%,var(--alpenglow) 130%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero__epigraph{margin-top:2rem;max-width:34rem;font-size:1.05rem;font-style:italic;color:var(--mist);line-height:1.9}.hero__hint{position:absolute;bottom:2.4rem;left:50%;transform:translateX(-50%);font-family:var(--font-display);font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;color:var(--faint);display:flex;flex-direction:column;align-items:center;gap:.7rem}.hero__hint:after{content:"";width:1px;height:3.2rem;background:linear-gradient(to bottom,var(--faint),transparent);animation:plumb 3.2s var(--ease-drift) infinite}@keyframes plumb{0%{transform:scaleY(0);transform-origin:top}55%{transform:scaleY(1);transform-origin:top}56%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.page{position:relative;z-index:1}.wrap{max-width:72rem;margin:0 auto;padding:0 var(--gutter)}.section-eyebrow{font-family:var(--font-display);font-size:.78rem;letter-spacing:.4em;text-transform:uppercase;color:var(--taupe)}.litany{padding:clamp(5rem,12vh,9rem) 0 clamp(6rem,14vh,10rem)}.litany__intro{max-width:40rem;margin-bottom:clamp(3.5rem,8vh,5.5rem)}.litany__intro p{margin-top:1.1rem;color:var(--mist)}.room-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-gap:1rem 3rem;gap:1rem 3rem;align-items:baseline;padding:2.6rem 0;border-top:1px solid var(--line);position:relative;transition:background .5s var(--ease-drift)}.litany .reveal:last-child .room-row{border-bottom:1px solid var(--line)}.room-row>a{display:block}.room-row:before{content:"";position:absolute;left:calc(-1 * var(--gutter));top:0;bottom:0;width:2px;background:var(--room-hue);opacity:0;transform:scaleY(.4);transition:opacity .5s var(--ease-drift),transform .5s var(--ease-drift)}.room-row:focus-within:before,.room-row:hover:before{opacity:1;transform:scaleY(1)}.room-row__name{font-family:var(--font-display);font-weight:500;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.15;color:var(--ice);transition:color .4s}.room-row a:hover .room-row__name,.room-row__glyph{color:var(--room-hue)}.room-row__glyph{display:inline-block;margin-right:.7rem;font-size:.62em;vertical-align:.28em;opacity:.85}.room-row__epigraph{margin-top:.5rem;font-style:italic;color:var(--mist);font-size:.98rem}.room-row__meta{display:flex;flex-direction:column;gap:.55rem}.room-row__themes{font-size:.9rem;color:var(--faint);line-height:1.7}.room-row__latest{font-size:.9rem;color:var(--mist)}.room-row__latest a{border-bottom:1px solid var(--line);transition:color .3s,border-color .3s}.room-row__latest a:hover{color:var(--room-hue);border-color:var(--room-hue)}.room-row__latest span{font-family:var(--font-display);font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--faint);margin-right:.6rem}@media (max-width:760px){.room-row{grid-template-columns:1fr;gap:.9rem;padding:2.1rem 0}}.room-head{padding:clamp(9rem,22vh,13rem) 0 clamp(3rem,7vh,4.5rem);border-bottom:1px solid var(--line)}.room-head__glyph{font-size:1.3rem;color:var(--room-hue);margin-bottom:1.2rem}.room-head__title{font-family:var(--font-display);font-weight:500;font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.05}.room-head__epigraph{margin-top:1.1rem;font-style:italic;color:var(--mist);max-width:36rem}.room-head__themes{margin-top:1.4rem;font-family:var(--font-display);font-size:.74rem;letter-spacing:.3em;text-transform:uppercase;color:var(--faint)}.entry-list{padding:1rem 0 clamp(6rem,14vh,9rem)}.entry-item{display:block;padding:2.3rem 0;border-bottom:1px solid var(--line)}.entry-item__date{font-family:var(--font-display);font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--faint)}.entry-item__title{margin-top:.5rem;font-family:var(--font-display);font-weight:500;font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;transition:color .35s}.entry-item:hover .entry-item__title{color:var(--room-hue)}.entry-item__excerpt{margin-top:.7rem;max-width:46rem;color:var(--mist);font-size:.98rem}.entry-item__minutes{margin-top:.9rem;font-size:.8rem}.empty-room,.entry-item__minutes{color:var(--faint);font-style:italic}.empty-room{padding:4rem 0 8rem}.essay{padding:clamp(9rem,20vh,12rem) 0 clamp(6rem,14vh,9rem)}.essay__head{max-width:var(--measure);margin:0 auto 3.5rem;text-align:center}.essay__room{font-size:.74rem;letter-spacing:.36em;text-transform:uppercase;color:var(--room-hue)}.essay__room,.essay__title{font-family:var(--font-display)}.essay__title{margin-top:1.2rem;font-weight:500;font-size:clamp(2.2rem,5.4vw,3.8rem);line-height:1.12;text-wrap:balance}.essay__meta{margin-top:1.4rem;font-size:.86rem;color:var(--faint);font-style:italic}.essay__meta b{font-weight:400;color:var(--mist)}.essay__rule{width:5.5rem;height:1px;margin:2.6rem auto 0;background:linear-gradient(to right,transparent,var(--room-hue),transparent)}.prose{max-width:var(--measure);margin:0 auto;font-size:1.125rem;line-height:1.85;color:#dfe4f0}.prose>*+*{margin-top:1.5em}.prose p:first-of-type:first-letter{font-family:var(--font-display);float:left;font-size:3.6em;line-height:.82;padding:.06em .12em 0 0;color:var(--room-hue,var(--alpenglow))}.prose h2,.prose h3{font-family:var(--font-display);font-weight:500;line-height:1.25;color:var(--ice);margin-top:2.4em}.prose h2{font-size:1.7em}.prose h3{font-size:1.3em}.prose em{color:#e8ddd2}.prose strong{font-weight:600;color:var(--ice)}.prose blockquote{margin:2.2em 0;padding-left:1.6em;border-left:1px solid var(--room-hue,var(--alpenglow));font-style:italic;color:var(--mist)}.prose hr{border:none;margin:3em auto;text-align:center;height:auto}.prose hr:after{content:"· · ·";letter-spacing:.9em;color:var(--faint);font-size:.9em}.prose a{border-bottom:1px solid var(--room-hue,var(--alpenglow));transition:color .3s}.prose a:hover{color:var(--room-hue,var(--alpenglow))}.prose ol,.prose ul{padding-left:1.4em}.prose li+li{margin-top:.5em}.prose code{font-family:ui-monospace,Menlo,monospace;font-size:.85em;background:rgba(233,237,247,.07);padding:.15em .45em;border-radius:3px}.prose pre{background:rgba(8,12,28,.7);border:1px solid var(--line);border-radius:6px;padding:1.2em 1.4em;overflow-x:auto}.prose pre code{background:none;padding:0}.essay__foot{max-width:var(--measure);margin:5rem auto 0;padding-top:2.2rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;flex-wrap:wrap}.wayback{font-family:var(--font-display);font-size:.76rem;letter-spacing:.28em;text-transform:uppercase;color:var(--mist);transition:color .3s}.wayback:hover{color:var(--room-hue,var(--alpenglow))}.footer{border-top:1px solid var(--line);padding:3.2rem var(--gutter) 3.8rem;text-align:center;position:relative;z-index:1}.footer__mark{font-family:var(--font-display);font-size:.8rem;letter-spacing:.3em;text-transform:uppercase;color:var(--mist)}.footer__line{margin-top:.9rem;font-size:.85rem;font-style:italic;color:var(--faint)}.reveal{opacity:0;transform:translateY(26px);transition:opacity 1.1s var(--ease-drift),transform 1.1s var(--ease-drift);transition-delay:var(--reveal-delay,0s)}.reveal--in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.ambient__glow,.ambient__stars,.hero__hint:after{animation:none}.reveal{opacity:1;transform:none;transition:none}*{scroll-behavior:auto!important}}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_ea5885;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_Fallback_ea5885;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_ea5885{font-family:__Cormorant_Garamond_ea5885,__Cormorant_Garamond_Fallback_ea5885}.__variable_ea5885{--cormorant:"__Cormorant_Garamond_ea5885","__Cormorant_Garamond_Fallback_ea5885"}@font-face{font-family:__Newsreader_0b1737;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.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:__Newsreader_0b1737;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.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:__Newsreader_0b1737;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.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:__Newsreader_0b1737;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.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:__Newsreader_0b1737;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.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:__Newsreader_0b1737;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.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:__Newsreader_0b1737;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.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:__Newsreader_0b1737;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/665e920483964785.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:__Newsreader_0b1737;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5611c55482296524.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:__Newsreader_0b1737;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.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:__Newsreader_0b1737;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/665e920483964785.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:__Newsreader_0b1737;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5611c55482296524.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}.__className_0b1737{font-family:__Newsreader_0b1737}.__variable_0b1737{--newsreader:"__Newsreader_0b1737"}