/*
 * Shared application palette.
 *
 * Change these values to test a new color scheme across Administration,
 * Box Office and the public frontend. Module styles must reference these
 * tokens instead of defining their own brand colors.
 */
:root {
  --brand-primary: #00838f;
  --brand-primary-hover: #0099cc;
  --brand-on-primary: #ffffff;

  --brand-deep: #07384d;
  --brand-secondary: #6558e8;
  --brand-secondary-soft: #78ddff;
  --brand-focus: #006f9e;
}
