/* Remove markdown-style # symbols from headers */
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: '' !important;
}

/* Make link underlines thinner */
a {
  border-bottom: 1px solid var(--maincolor) !important;
}

/* Add spacing between research/curriculum list items */
.body ul li {
  margin-bottom: 1rem !important;
}
