/* Body text: slightly larger and more open than the Material default */
.md-typeset {
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Heading weights */
.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.md-typeset h2 {
  font-weight: 600;
}
.md-typeset h3 {
  font-weight: 600;
}

/* Code blocks: keep code slightly smaller than prose */
.md-typeset code {
  font-size: 0.84em;
}
.md-typeset pre > code {
  font-size: 0.8rem;
}

/* Table header: filled with primary colour for readability */
.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color);
  font-weight: 600;
}

/* Tighten the top navigation tab bar slightly */
.md-tabs__link {
  font-size: 0.72rem;
  font-weight: 500;
}

/* Footer: copyright link inherits the footer's lighter foreground */
.md-footer .md-copyright a,
.md-footer .md-copyright__highlight a {
  color: var(--md-footer-fg-color--lighter);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.md-footer .md-copyright a:hover,
.md-footer .md-copyright__highlight a:hover {
  color: var(--md-footer-fg-color);
}
