
h2 {
  color: green;
}

h3 {
  color: goldenrod;

}

h4 {
  color: orange;
}

.md-typeset__table {
   min-width: 100%;
}

.md-typeset table:not([class]) {
  display: table;
}

.luna-site-links {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.luna-site-links a {
  color: inherit;
  text-decoration: none;
}

.luna-site-links a:hover {
  text-decoration: underline;
}

.luna-site-links__sep {
  opacity: 0.7;
}
