/* Site-wide shared styles (tidy pass). Keep low-specificity and component-level rules only. */

/* Design tokens (safe defaults). */
:root {
  --brand-primary: #31b6d3;
  --text-muted: #5c6370;
}

