/**
 * Custom styles for EAA audit
 */
html {
  font-size: 62.5%; /* 62.5% of 16px ≈ 10px */
}

body {
  font-size: 1.2rem;
}

a,
a:focus-visible {
  color: #8AE5F9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:focus-visible {
  color: #f26368;
}

.section.foot,
.logos small,
.carousel .carousel-inner .item .side small {
  color: rgba(255, 255, 255, 0.5);
}

