footer a {
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
}

#pre-footer {
  --sul-logo-color: white;

  background-color: var(--stanford-black);

  a {
    font-weight: var(--bs-body-font-weight);
  }
}

#su-footer {
  --bs-dark-rgb: var(--stanford-cardinal-rgb);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  ul {
    a {
      font-size: min(calc(0.825rem + 0.3vw), 1.25rem);
    }
  }

  .copyright {
    font-size: 0.8125rem;
  }
}

@media (width < 576px) {
  #su-footer {
    ul a {
      font-weight: 600;
    }

    .copyright {
      font-size: 0.9375rem;
    }
  }
}

@media (width < 768px) {
  .prefooter-logo {
    min-height: 30px;
  }
}

.su-logo {
  --bs-link-hover-decoration: none;

  display: inline-block;
  font-family: Stanford, var(--font-family-serif);
  font-variant-ligatures: discretionary-ligatures;
  font-feature-settings: "liga";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 0.75;
  text-decoration: none;
}
