:root{--bg:#0e3a2f;--accent:#f4a259;--fg:#f5f3ee}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}a{color:var(--accent)}