/* === System Font Stack for Body Text === */
.md-typeset {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

/* === Headings – Slightly Bolder === */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 600;
}

/* === Code: Use Native Monospace === */
.md-typeset code,
.md-typeset pre,
.md-typeset kbd {
  font-family: "SF Mono", "Monaco", "Cascadia Code", Consolas, "Courier New", monospace;
  font-size: 0.925em;
  font-feature-settings: "liga" on, "calt" on; /* Better ligatures */
}

/* Optional: Improve code block readability */
.md-typeset pre {
  line-height: 1.45;
}