/* The association's own base colours, and nothing else of its site.
   The bright value carries no text, so it stays as given; every surface that
   does carry text uses the darkened mix, which clears 4.5:1 against white
   where the raw orange does not. */
:root {
    --assoc-bright: #ED5C08;
    --assoc-accent: #528116;
    --color-primary: color-mix(in oklab, #ED5C08 78%, #1a1103);
    --color-primary-content: #fff;
    --color-accent: color-mix(in oklab, #528116 88%, #05100a);
    --color-accent-content: #fff;
    --color-base-content: #4C5057;
}
