/* Accessibility: raise text contrast to meet WCAG AA (4.5:1 body, 3:1 large). */

/* "Lees meer" links were orange-600 (#ea580c ≈ 3.4:1 on white) */
a .read-more,
p.read-more,
a.read-more,
.read-more,
.read-more.text-orange-600,
.text-orange-600 {
  color: #9a3412; /* orange-800 ≈ 7.1:1 on white */
}

/* Muted meta text (dates, captions) */
.text-gray-400,
.text-gray-500 {
  color: #4b5563; /* gray-600 ≈ 7.5:1 on white */
}

/* Base body copy */
body {
  color: #1f2937; /* gray-800 ≈ 13:1 on white */
}

::placeholder {
  color: #4b5563;
  opacity: 1;
}
