:root {
  --md-text-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  --md-code-font: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono",
    Menlo, Consolas, monospace;
  --md-default-fg-color: #111827;
}

body[data-md-color-primary] {
  --md-primary-fg-color: rgb(51, 118, 194);
}

[data-md-color-scheme="slate"] {
  --md-default-fg-color: #e5e7eb;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 700;
}
