/*
 * Sir Charles Gairdner Hospital brand theme
 * Deep hospital blue header with white logo; red accent reserved for the cross motif.
 */

:root {
  --brand-primary: oklch(0.40 0.17 255);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.32 0.15 258);
  --brand-header-fg: oklch(0.98 0 0);
}
