@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&family=Newsreader:wght@600&display=swap');
:root{--bg:#ffffff;--fg:#0f1720;--brand:#0ea5e9;--accent:#f97316}
body{font-family:'Rubik',sans-serif;background:var(--bg);color:var(--fg);margin:0;padding:24px}
h1,h2,h5{font-family:'Newsreader',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}
