@charset "UTF-8";
/* ================================================
   BRAND TOKENS
   The only colours a new brand needs to change.
   Loaded before /css/theme.css, which maps its
   internal --pm-* variables onto these.
   ================================================ */

:root {
  --brand-primary:        #537c27;  /* primary brand colour (buttons, icons, accents) */
  --brand-primary-light:  #5f9232;  /* lighter variant (links, hover states) */
  --brand-accent:         #faa61a;  /* secondary/accent colour */
  --brand-accent-hover:   #fdb913;  /* accent hover state */

  --brand-text:   #1f2937;  /* default body text colour */
  --brand-muted:  #6b7280;  /* secondary/muted text colour */
}
