@import "https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@400;500&display=swap";
:root{--color-red:#c41e00;--color-yellow:#f5c400;--color-sky:#6bbfdf;--color-ink:#111;--color-white:#fff;--color-muted:#888;--color-border:#f0eded;--font-display:"Syne", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--color-white);color:var(--color-ink)}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.03em;font-weight:800}
