@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital@0;1&display=swap");:root{--header-font:"Inter",sans-serif;--body-font:"Lora","Inter",sans-serif}*{box-sizing:border-box}html[data-bs-theme=light]{--bg-color:#fff;--text-color:#000;--link-color:sienna;--brand-color:#000;--filter:unset;--opacity:0.85;--border-color:#ccc}html[data-bs-theme=dark]{--bg-color:#121212;--text-color:#f8f9fa;--link-color:#deb887;--brand-color:#fff;--filter:sepia(1);--opacity:0.65;--border-color:#2f2c2c}body{max-width:768px;margin:0 auto;padding:1rem 1.5rem;font-family:var(--body-font),var(--header-font),serif;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}.theme-toggle{font-size:2rem}.theme-toggle--toggled svg{fill:#fff}body p,li{opacity:var(--opacity)}a{color:var(--link-color);text-decoration:underline}footer,header{font-family:var(--header-font);font-weight:400}hr{border:none;height:1px;background-color:var(--border-color);margin:1rem 0}section{display:flex;flex-direction:column;padding:4rem 0 2rem}time{font-size:1rem;font-family:var(--header-font);text-transform:uppercase}h2,h3{font-family:var(--header-font),serif;font-weight:400;font-variation-settings:"wght" 450;margin:0 0 15px}h2{font-size:2rem;line-height:1}h3{font-size:1.75rem}li,p{font-size:1.45rem;font-weight:400;line-height:1.5;margin:10px 0 25px}.italic{font-style:italic;font-weight:300}.lead{font-family:var(--header-font),serif;font-size:clamp(2rem,8vw,5rem);line-height:1.05;letter-spacing:-4px;font-variation-settings:"wght" 450;opacity:1}@media screen and (max-width:650px){.lead{letter-spacing:-1px}section{padding:2rem 0}}.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scaleX(-1)}.theme-toggle{--theme-toggle__classic--duration:.5s}.theme-toggle__classic path{transition-timing-function:cubic-bezier(0,0,.15,1.25);transform-origin:center;transition-duration:calc(var(--theme-toggle__classic--duration) * .8)}.theme-toggle__classic g path{transition-property:opacity,transform;transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}.theme-toggle__classic :first-child path{transition-property:transform,d}.theme-toggle--toggled.theme-toggle .theme-toggle__classic g path{transform:scale(.5) rotate(45deg);opacity:0;transition-delay:0s}.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}@supports not (d:path("")){.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}.theme-toggle{border:none;background:0 0;cursor:pointer}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}