/* Articolo in stile wiki: contenuto centrale, sidebar sempre visibile */
.md-typeset {
  font-size: 0.82rem;
  line-height: 1.7;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-typeset table:not([class]) {
  font-size: 0.75rem;
}

.md-nav--primary .md-nav__title {
  font-weight: 600;
}

.md-header {
  box-shadow: none;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
}
