@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&family=Fraunces:opsz,wght@9..144,600&display=swap');
:root{--bg1:#0e1116;--bg2:#1a2230;--fg:#e7edf7;--brand:#8b5cf6;--accent:#22c55e}
*{box-sizing:border-box}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(120deg,var(--bg1),var(--bg2));color:var(--fg);margin:0;padding:28px}
h1,h2,h5{font-family:'Fraunces',serif;margin:0 0 12px}
h1{color:var(--brand)}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none;padding:0;margin:14px 0}
ul li{margin:.45rem 0}
