@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Crimson+Text:wght@600&display=swap');
:root{--bg:#0e1116;--fg:#e7edf7;--brand:#3b82f6;--accent:#10b981}
*{box-sizing:border-box}
body{font-family:'Nunito Sans',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(120deg,#0e1116,#141a24);color:var(--fg);margin:0;padding:28px}
h1,h2,h5{font-family:'Crimson Text',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}
