:root {
  --color-primary: #777b00;
  --color-primary--200: #ebebd9;
  --color-primary--600: #5f6208;
  --color-primary-foreground: #fff;
  --color-link: #777b00;
  --color-link--hover: #5f6208;
  --color-link-dark: #275937;
  --color-link-dark--hover: #1f482d;
  --color-button-primary-background: #777b00;
  --color-button-primary-background--hover: #5f6208;
  --color-button-primary-foreground: #fff;
  --color-button-secondary-background: #fff;
  --color-button-secondary-background--hover: #ebebd9;
  --color-button-secondary-foreground: #777b00;
  --color-navigation--200: #ebebd9;
  --color-navigation--300: #d6d7b3;
  --color-navigation--500: #777b00;
  --color-navigation--600: #5f6208;
  --branding-stroke-small-primary: url("/assets/themes/frontend/images/stroke-small--olive.svg");
  --branding-stroke-small-secondary: url("/assets/themes/frontend/images/stroke-small--olive-secondary.svg");
  --branding-stroke-full-primary: url("/assets/themes/frontend/images/stroke-full--olive.svg");
}