html {
  --background-color: #c5c5c5;
  --background-image: url("/wp-content/themes/counterflows/assets/backgrounds/2022/background.jpg");
  --box-shadow: rgba(0,0,0,0.15);
  --bg-secondary: #28263a;
  --bg-primary: #FFF;
  --text-color-primary: #281f8f;
  --text-color-secondary: #fff;
  --highlight-2: #80a44d;
  --highlight-1: #281f8f;
}

.festival__header h1 span {
  color: var(--highlight-2);
}
