/* Links */
a {
  color: var(--bl);
  text-decoration: none;
}

/* Headings */
h1, h2, h3, h6 {
  line-height: 1.5;
  margin: 1rem 0;
}

/* Links inside headings should inherit heading color */
h1 a,
h2 a,
h3 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 1.8rem;
  text-align: center;
}

h2 {
  font-size: 1.65rem;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
  color: var(--rd);
  font-style: italic;
  margin: 0 1rem;
}

/* Paragraphs */
p {
  font-size: 1.1rem;
}
