/* make h1 biger */
.md-typeset h1 {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 4, 5em;
  line-height: 1.1;
}

/* Add em dash to h2 */
h2::before {
  content: "— ";
  margin-right: 0.5em; /* Optional: adds space between dash and text */
}

/* External links */
a[link="external"]::after {
  content: " ↗ ";
}
