@font-face { font-family: 'Clash'; src: url('/fonts/ClashDisplay-Bold.otf') format('opentype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Apfel'; src: url('/fonts/ApfelGrotezk-Regular.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Apfel'; src: url('/fonts/ApfelGrotezk-Mittel.otf') format('opentype'); font-weight: 600; font-display: swap; }
:root { --grape:#6C3DF4; --ink:#1D1526; --milk:#FFF8EE; --sub:#6E6577; --line:#EFE6D8; }
* { box-sizing: border-box; }
body { margin:0; background: var(--milk); color: var(--ink);
  font-family: 'Apfel', system-ui, sans-serif; }
.wrap { max-width: 720px; margin: 0 auto; padding: 18px 20px 90px; }
h1 { font-family: var(--display); font-size: clamp(32px, 6vw, 48px); font-weight: 400; letter-spacing: -0.02em; margin: 4px 0 4px; }
.updated { color: var(--sub); font-size: 14px; margin-bottom: 26px; }
h2 { font-family: var(--display); font-size: 20px; font-weight: 400; margin: 30px 0 8px; }
p, li { font-size: 15.5px; line-height: 1.7; color: #3A3142; }
footer { margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--sub); font-size: 14px; }
footer a { color: var(--sub); }
