/* Match the look of the legacy pandoc "modest" HTML output. */

:root {
  --md-text-font: "Open Sans", sans-serif;
  --md-code-font: "Menlo", "Monaco", "Courier New", monospace;
}
