/**
 * WCAG 1.4.3 (SIA-R69) — raise failing palette pairs to ≥ 4.5:1 on white.
 * Loaded without webpack so it applies without a theme rebuild.
 */
:root {
  --color-support: #1f6b99;
}

.has-steunkleur-color,
.has-zoetermeer-lichtblauw-color {
  color: #1f6b99 !important;
}

.has-white-060-color {
  color: #595959 !important;
}

.has-secundair-color,
.has-zoetermeer-geel-color {
  color: #6b5c00 !important;
}

::placeholder {
  color: #595959;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #595959;
  opacity: 1;
}
