:root {
  --color-primary: 68, 68, 68;
  --color-secondary: 249, 250, 251;
  --color-tertiary: 34, 34, 34;
  --color-disabled: 209, 213, 219;
  --color-hover: 151, 151, 151;
  --color-active: 252, 165, 165;

  --text-primary: 17, 17, 17;
  --text-highlight: 239, 68, 68;
  --text-hover: 255, 255, 255;

  --header-background: 224, 36, 36;
  --header-search-background: 174, 0, 0;
  --header-search-foreground: 249, 250, 251;
  --header-search-border: #ae0000;

  --auth-background: 224, 36, 36;

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

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