/* v1. Served max-age=604800: never edit in place, ship a new name.
 * The landing's secondary text, darker (2026-09-27, operator: the font
 * shades, "especially the bottom texts", should be "more black than grey, a
 * slightly darker shade"). The two grey tokens every sub-heading line, card
 * body, list item, footer link and the legal line are painted with:
 *   --fg-muted   40% -> 28% lightness   (rgb 107,105,97 -> ~75,73,68)
 *   --fg-subtle  54% -> 40% lightness   (rgb 144,140,132 -> ~107,104,97)
 * Light theme only (the page pins data-theme="light"); :root[data-theme]
 * outranks the bundle's :root. Delete the link to restore both.
 */
:root[data-theme="light"] {
  --fg-muted: 45 5% 28%;
  --fg-subtle: 42 5% 40%;
}
