/* Runtime-editable brand palette (§9 branding). Served from /config.css and linked
   from index.html, so a deployment can recolour the app WITHOUT a rebuild — mirrors
   osiris-client/public/config.css. brand.css (bundled) consumes these variables.
   The ANTASIS deployment uses METU's PAN 186 red. */
:root {
  --brand: #C8102E;          /* navbar / page-header / card-header / footer background */
  --brand-text: #ffffff;     /* text + controls on a brand-coloured surface */
  --brand-hover: #A50D25;    /* darker shade for link/hover states */
}
