@media(prefers-color-scheme:light){:root{--text:#803933;--background:#eccfcb;--primary:#2b0703;--secondary:#a16963;--accent:#6d413c}}@media(prefers-color-scheme:dark){:root{--text:#cc867f;--background:#341713;--primary:#fcd8d4;--secondary:#9c645e;--accent:#c39792}}body{color:var(--text);font-family:sans-serif;line-height:1.5;margin:1rem}header{margin-bottom:1rem}footer{margin-top:1rem}a{color:#00e;text-decoration:none}