/*
 * ISS World brand theme
 * Dark navy (#1F2B5D) matching the ISS corporate palette.
 */

:root {
  --brand-primary: oklch(0.27 0.11 272);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.27 0.11 272);
  --brand-header-fg: oklch(0.98 0 0);
}
