/* paper-like background + keep text readable */
body {
  background: #fdfaf3;
  color: #111;           /* main text */
}

a, a:visited {
  color: #8b0000;        /* keep HugoTeX-ish red links */
}


