:root {
  --text-font-family-heading: "Barlow Condensed" !important;
}

p:not(.c-module-cover p) {
  color: var(--color-text);
  font-size: var(--text-font-size-small);
  font-weight: var(--text-font-weight);
  font-family: var(--text-font-family);
  line-height: var(--text-line-height);
  direction: ltr;
  text-align: left;
}

a {
  color: var(--color-highlight);
}

a:hover {
  color: var(--color-hover);
}

.c-footer-bgColor .container .hydrated:nth-of-type(2) {
  display: none;
}

.box-professor {
  display: none !important;
}

.c-cover-height {
  background-position: center !important;
}
