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