:root {
  --wacken-red: #c20018;
  --complimentary: #008bc2;
  --complimentary-darker: #005b80;

  --dark-background: #262626;
  --light-background: #333333;

  --light-foreground: #e6e6e6;

  --button-background: var(--complimentary-darker);
  --button-foreground: var(--light-foreground);

  --input-background: var(--light-background);
  --input-foreground: var(--light-foreground);
  --input-highlight: var(--button-background);

  --border-dark: #000000;
}
