/* TODO: Remove these variables */
* {
  --brand-primary: #2a274c;
  --brand-primary-contrast: white;
  --brand-secondary: #a68267;
  --brand-secondary-contrast: white;
  --brand-primary-button: #2a274c;
}

/* This is the way to achieve rebranding through the Design System: By overriding
the primary color on the root element. The Design System will calculate the primary gradient
value and will set all other variables */
:root {
  --color-primary: #2a274c !important;
}
