.kndsb-site :where(p, div, span, a, li, td, th) {
  font-family: inherit;
}

.kndsb-site p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.kndsb-site a {
  color: var(--kndsb-color-link);
  text-decoration: none;
}

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

.kndsb-site h3 {
  font-weight: 600;
}
