/* MIRAM Models v2 — accessibility contrast adjustments.
   Keep this layer last so the editorial hierarchy stays visually unchanged
   while small secondary text meets WCAG AA on the mobile Ivory variants. */

@media (max-width: 720px) {
  .models-v2-step .models-v2-index,
  .models-v2-info-item .models-v2-index {
    color: #755d40;
  }

  .models-v2-info-item .models-v2-kicker {
    color: #646464;
  }
}
