:root {
  --md-text-font: "Inter", "Noto Sans Thai", "Segoe UI", sans-serif;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: 0.01em;
}

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

.md-typeset p,
.md-typeset li {
  line-height: 1.75;
}

.md-typeset table:not([class]) {
  border-radius: 8px;
  overflow: hidden;
}

.md-typeset code {
  border-radius: 6px;
}

.md-typeset .mermaid {
  text-align: center;
}

.md-typeset .mermaid svg {
  width: min(1800px, 100%) !important;
  height: auto !important;
  max-width: none;
}
