h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid var(--headingbottom);
  padding-bottom: 4px;
}

.menu-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.ayu {
  --headingbottom: rgba(100, 100, 100, 0.6);
}

.coal {
  --headingbottom: rgba(100, 100, 100, 0.6);
}

.light {
  --headingbottom: rgba(100, 100, 100, 0.6);
}

.navy {
  --headingbottom: rgba(100, 100, 100, 0.6);
}

.rust {
  --headingbottom: rgba(100, 100, 100, 0.6);
}

@media (prefers-color-scheme: dark) {
  .light.no-js {
    --headingbottom: rgba(100, 100, 100, 0.6);
  }
}
