/* Fraunces, self-hosted. Deliberately NOT loaded from Google Fonts: that
   transmits every visitor's IP address to Google, which a Munich court found
   to breach GDPR in 2022, and would contradict the privacy policy on this very
   site. Two subsets — latin-ext carries the Czech carons. */
@font-face{font-family:'Fraunces';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(/assets/fraunces-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(/assets/fraunces-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,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}

:root{
  --bg:#0E1418; --surface:#18222A; --edge:#24313B;
  --wick:#F2EFE8; --ash:#9FB0BC; --dim:#66757F;
  --hearth:#FFC46B; --ember:#F58A5B; --rose:#E0708F;
  --orchid:#B072B8; --iris:#7C79C0; --dusk:#5B7FA6;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--wick);
  font:400 17px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  -webkit-font-smoothing:antialiased}
.wrap{max-width:720px;margin:0 auto;padding:0 24px}
a{color:var(--hearth);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:2px solid var(--hearth);outline-offset:3px;border-radius:4px}
.disp{font-family:'Fraunces',ui-serif,Georgia,serif;font-variation-settings:'SOFT' 100,'WONK' 1}
h1{font-size:clamp(38px,8vw,60px);line-height:1.05;font-weight:600;letter-spacing:-.02em;margin:0}
h2{font-size:22px;font-weight:600;letter-spacing:-.01em;margin:44px 0 12px}
h3{font-size:16px;font-weight:600;margin:28px 0 8px}
p{margin:0 0 16px;color:var(--ash)}
p.lead{font-size:19px;color:var(--ash);max-width:34ch}
ul{color:var(--ash);padding-left:20px}
li{margin-bottom:8px}
header{padding:26px 0}
.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:600;color:var(--wick)}
.flame{width:13px;height:19px;border-radius:50% 50% 46% 46%;
  background:radial-gradient(ellipse at 50% 70%,#FFE6B6,var(--hearth) 45%,rgba(245,138,91,.5) 78%,transparent)}
footer{border-top:1px solid var(--edge);margin-top:72px;padding:28px 0 60px;
  color:var(--dim);font-size:14px;display:flex;gap:20px;flex-wrap:wrap}
.legal{padding-top:12px}
.legal p,.legal li{font-size:15.5px}
.meta{color:var(--dim);font-size:14px}
