.ed-logo-text {
  font-family: var(--font-heading-family, 'Marcellus', serif);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: currentColor;
  white-space: nowrap;
}

@media screen and (min-width: 750px) {
  .ed-logo-text {
    font-size: 21px;
    letter-spacing: 0.26em;
  }
}
