/* ============================================================================
   Optional WCAG AA contrast override.  Enabled by RIDENZ_AA_CONTRAST in config.php.

   Every colour in the Sinch light theme clears AA on white except one:

     --text-base       #1a1a17   17.4 : 1   pass
     --text-secondary  #4c4c46    8.6 : 1   pass
     --text-muted      #6d6d65    5.2 : 1   pass
     --accent-text     #5d6a00    6.0 : 1   pass
     --accent          #cbdb2a   13.7 : 1   pass  (against its black foreground)
     --text-faint      #8a8a81    3.5 : 1   FAIL  (AA needs 4.5 : 1 for text under 18.66px)

   --text-faint is used for 10-12px labels: eyebrows, the "confirmed by the operator" stamp,
   booking notices, depot attributions, the footer legal line. Nudging it to #767670 reaches
   4.57 : 1 and is the only change needed for a clean Lighthouse accessibility pass. It is a brand
   token, so the swap is opt-in rather than applied silently — see README.md.
   ========================================================================= */

:root {
  --text-faint: #767670;
}
