/*
 * Ch&T Pardubice theme override — brand-primary pulled from the org's own
 * logo.svg (#0044bb) rather than the generic example-org placeholder. See
 * branding/README.md for the token list.
 */
:root {
  --brand-primary: #0044bb;   /* Ch&T blue (from logo.svg) — header border + primary buttons */
  --brand-header-bg: #003068; /* dark navy shade of the brand blue — header bar */
  --brand-highlight: #F5A623; /* amber hover accent, contrasts the blue */
  --brand-overlay: rgba(0, 40, 74, 0.72); /* navy login-banner tint (matches header) */
}
