/*
 * Temporary frontend style overrides.
 *
 * Add trial and WYSIWYG-specific styles here. Permanent styles should be
 * incorporated into the relevant component or the main theme once approved.
 */

:root {
  --color-paddys-green: #41231a !important;
  --color-eucalypus: #41231a !important;
  --foreground: #41231a !important;
  --color-foreground: #41231a !important;
}

/* Keep the primary background colour consistent if a utility is emitted
 * with a value that does not reference the theme variable.
 */
.bg-paddys-green {
  background-color: #41231a !important;
}
