body {
  font-family: "Manrope", sans-serif;
}

.bg-hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(47, 64, 74, 0.9) 0%,
    rgba(47, 64, 74, 0.4) 100%
  );
}

/* Focus visible accesible */
:focus-visible {
  outline: 3px solid #e19233;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Screen-reader only utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
