/* Self-hosted Red Hat Display font */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/RedHatDisplay.woff2') format('woff2');
}
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/RedHatDisplay.woff2') format('woff2');
}

/* Inline styles extracted from HTML pages */
.hero-link:hover > .hero-link-text {
  text-decoration: underline;
}
.hero-link:hover > .hero-link-icon {
  transform: translateX(10px);
}
.hero-link-icon {
  transition: transform .4s ease-out;
}
html {
  font-size: 18px;
}
