html {
  scroll-behavior: smooth;
}

[id^="md-"] {
  background-color: #fafafa;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 24px 32px;
  border-radius: 12px;
  margin-top: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  line-height: 1.7;
}

[id^="md-"] h1,
[id^="md-"] h2 {
  color: #26a6e0;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
}

[id^="md-"] h1 {
  font-size: 2rem;
}

[id^="md-"] h2 {
  font-size: 1.6rem;
}

[id^="md-"] p {
  margin-bottom: 1em;
}

[id^="md-"] code,
[id^="md-"] .MathJax {
  font-size: 0.95em;
}
