
/* Force readable text on light/pastel themes */
:root {
  --ara-readable: #1a1a1a;
  --ara-readable-muted: #4a4a4a;
}
html body,
html body.fe-v2 {
  color: var(--ara-readable) !important;
}
.muted,
.text-muted,
.fe-announce,
.product-info .muted,
.fe-footer,
.fe-footer a {
  color: var(--ara-readable-muted) !important;
}
.fe-nav a,
.fe-header a,
.fe-logo,
.fe-search input,
.product-card,
.product-info,
h1, h2, h3, h4, p, label, li {
  color: inherit;
}
/* Avoid near-white body text from themes */
body.fe-v2,
body {
  -webkit-text-fill-color: initial;
}
.fe-bottom-nav a {
  color: #333 !important;
}
.fe-bottom-nav a.is-active {
  color: var(--ara-accent, #4a6b5f) !important;
}
/* Buttons stay high contrast */
.btn, button.btn {
  color: #fff !important;
}
.btn-outline {
  color: #1a1a1a !important;
}
