:root {
  --color-primary: 20, 83, 45;
  --color-secondary: 233, 245, 235;
  --color-tertiary: 34, 34, 34;
  --color-disabled: 209, 213, 219;
  --color-hover: 22, 101, 52;
  --color-active: 21, 128, 61;

  --text-primary: 17, 17, 17;
  --text-highlight: 20, 83, 45;
  --text-hover: 255, 255, 255;

  --header-background: 20, 83, 45;
  --header-search-background: 22, 101, 52;
  --header-search-foreground: 249, 250, 251;
  --header-search-border: transparent;

  --auth-background: 20, 83, 45;

  --footer-background: 255, 255, 255;
  --footer-foreground: 0, 0, 0;

  --text-unauthorized: 255, 255, 255;
}
