:root {
  --primary-color: #000000;
  --secondary-color: #1c1c1b;
  --third-color: #181818;
  --fourth-color: #1b1919;
  --background-color: #e1e1e1;
  --neutral-color: #1d1d1d;
  --neutral-color-second: white;
  --searh-bar: #F7F7F7;
  --title-color: #000000;
  --text-color: #000000;
  --card-color: white;
  --input-color: white;
  --on-primary: white;
  --on-secondary: white;
  --on-third: white;
  --on-fourth: white;
}


