/* Local additions on top of latex.css: classic link colors, math font,
   scroll-don't-bleed for wide content, comments container. */
:root { color-scheme: light; }

a { color: #0000EE; }
a:visited { color: #551A8B; }

@font-face {
  font-family: "Latin Modern Math";
  src: local("Latin Modern Math"),
       url("./fonts/latinmodern-math.woff2") format("woff2");
  font-display: swap;
}
math {
  font-family: "Latin Modern Math", "Cambria Math", math;
  font-feature-settings: "dtls" off;
}
math[display="block"] {
  display: block math;
  overflow-x: auto;
  max-width: 100%;
  padding: 0.5em 1px;
}

pre { overflow-x: auto; }

.giscus { margin-top: 3em; }
.giscus-frame { width: 100%; border: 0; }

/* Plain look: default white background and default serif (overrides
   latex.css's tinted background and Latin Modern text webfont — with
   no element referencing 'Latin Modern', those fonts never download;
   math keeps Latin Modern Math via the rule above). */
body {
  background-color: #fff;
  font-family: serif;
}
