:root {
  --color-primary: #e17000;
  --color-primary--200: #fbead9;
  --color-primary--300: #f6d4b2;
  --color-primary--600: #bd5d00;
  --color-primary-foreground: #000;
  --color-link: #01689b;
  --color-link--hover: #01537c;
  --color-button-primary-background: #01689b;
  --color-button-primary-background--hover: #01537c;
  --color-button-primary-foreground: #fff;
  --color-button-secondary-background: #fff;
  --color-button-secondary-background--hover: #fbead9;
  --color-button-secondary-foreground: #e17000;
  --color-navigation--200: #fff4dc;
  --color-navigation--300: #ffe9b7;
  --color-navigation--500: #ffb612;
  --color-navigation--600: #f90;
  --branding-stroke-small-primary: url("/assets/themes/frontend/images/stroke-small--yellow.svg");
  --branding-stroke-small-secondary: url("/assets/themes/frontend/images/stroke-small--yellow-secondary.svg");
  --branding-stroke-full-primary: url("/assets/themes/frontend/images/stroke-full--yellow.svg");
}