/*
 * Example-org theme override — demonstrates per-instance branding.
 * A distinct palette (teal/amber) so bringing up this org visibly differs from
 * the default (Hrochostroj purple). Replace these values + the two logos next to
 * this file with the real org branding. See branding/README.md for the token list.
 */
:root {
  --brand-primary: #06A971;   /* teal — header border + primary buttons */
  --brand-header-bg: #585857; /* deep navy header bar */
  --brand-highlight: #06A971; /* amber hover accent */
  --brand-overlay: rgba(11, 31, 58, 0.72); /* navy login-banner tint (matches header) */
}
