/*
 * Per-environment brand palette override (zott-obsthof / production).
 *
 * This file is copied to `assets/theme.css` for the `zott-obsthof` build config
 * and linked from index.html. It is UNLAYERED, so it always overrides the
 * defaults defined in src/styles/_theme.scss. Edit the values below to re-skin
 * this environment; only the tokens you list here are overridden.
 */
:root {
  --primary: #4a7c23;
  --primary-rgb: 74, 124, 35;
  --primary-dark: #2d5016;
  --primary-dark-rgb: 45, 80, 22;
  --primary-light: #6aa329;
  --primary-light-rgb: 106, 163, 41;

  /* --secondary: #6aa329;  --secondary-rgb: 106, 163, 41; */
}
