@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{background-color:#ffffff;width:100%;transition:background-color .3s ease}body,html{min-height:100%}body{max-width:768px;margin:0 auto;padding:1rem 1.5rem;font-family:var(--body-font),var(--header-font),serif;background-color:transparent;color:var(--text-color,#000);transition:color .3s ease}html[data-bs-theme=light]{--bg-color:#ffffff;--text-color:#000000;--link-color:sienna;--brand-color:black;--filter:unset;--opacity:0.85;--border-color:#ccc;background-color:var(--bg-color)}html[data-bs-theme=dark]{--bg-color:#121212;--text-color:#f8f9fa;--link-color:burlywood;--brand-color:white;--filter:sepia(1);--opacity:0.65;--border-color:#2f2c2c;background-color:var(--bg-color)}.theme-toggle{font-size:2rem}.theme-toggle--toggled svg{fill:white}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}}