/* Minimal typography tweaks */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

/* Math readability */
.MathJax {
  font-size: 1.1em;
}

/* Code blocks */
pre {
  padding: 1em;
  overflow-x: auto;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

/* Content width */
.content {
  max-width: 48em;
}
