@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&family=Fraunces:opsz,wght@9..144,650&display=swap');
:root{--bg1:#0b1020;--bg2:#151a2a;--fg:#e7edf7;--brand:#a78bfa;--accent:#22c55e}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,var(--bg1),var(--bg2));color:var(--fg);margin:0;padding:26px}
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:12px 0}
li{margin:.45rem 0}
