:root {
  --md-text-font: "Segoe UI", Calibri, Arial, sans-serif;
  --md-code-font: "Consolas", "Courier New", monospace;
}

/* Material renders admonitions (tip/warning/info/example) at 0.64rem (12.8px);
   match them to the body text (0.8rem = 16px). */
.md-typeset .admonition,
.md-typeset details {
  font-size: 0.8rem;
}
