/* Hörakustikkarriere theme overrides — sourced into the page after
   the shared theme.css so the audio-blue accent wins over DTA-orange. */

.azubi-theme {
  --accent: #1B5BA3;
  --accent-2: #0F4380;
  --accent-ink: #062547;
}

.azubi-theme .btn--primary {
  background: linear-gradient(135deg, #1B5BA3 0%, #3B8FD3 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(27, 91, 163, .35);
}

.azubi-theme .tag--money {
  background: #E5F0FB;
  color: #0F4380;
}

.azubi-theme .tag--hit {
  background: #DDEFFA;
  color: #0E5A92;
}

.azubi-theme .hero__chips .tag--money {
  background: #E5F0FB;
  color: #0F4380;
}

/* Make the meta theme-color match the audio-blue brand */
.theme-meta-color { color: #1B5BA3; }
