/* Lighthouse refinement that preserves the established visual design.
   The original schwaegerl.de orange remains unchanged everywhere. */
:root {
  --muted: #6a7076;
}

/* The secondary topic text was only just below the normal-text contrast limit.
   Reuse the slightly stronger muted tone without changing the orange brand color. */
#themen .topic-card p:not(:first-of-type) {
  color: var(--muted) !important;
}
