@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@600;700&family=Merriweather:wght@700&display=swap');
:root{--bg1:#fff7ed;--bg2:#eef2ff;--fg:#0f1720;--brand:#c2410c;--accent:#0ea5e9}
*{box-sizing:border-box}
body{font-family:"Libre Franklin",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:Merriweather,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}
