@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&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;--font-brush:"Alex Brush","Inter",sans-serif;--dark-bg:#111;--green:#ccf2df}.brushy-style{font-family:var(--font-brush),cursive;font-weight:400;font-style:normal}*{box-sizing:border-box}body,html{margin:0;font-family:var(--body-font),serif;background-color:var(--dark-bg);color:#fff;padding:1rem 1.5rem}footer,header{font-family:var(--header-font);font-weight:400}h1,h2,h3{font-family:var(--header-font),serif;font-weight:400;margin:0 0 15px;line-height:1.2;font-variation-settings:"wght" 500}h1{font-size:clamp(2rem,6vw,4rem)}h2{font-size:clamp(1.5rem,3vw,3rem)}h3{font-size:clamp(1.5rem,2vw,3rem)}h3 span{font-style:italic;color:var(--green)}li,p{font-size:1.25rem;font-weight:400;line-height:1.5}body p{opacity:.65}a{font-family:var(--header-font)}@media (max-width:795px){body,html{padding:0}}