:root {
  --primary-gradient: linear-gradient(
    45deg,
    #74c9d775
  );

  --secondary-color: rgb(255, 255, 255);
  --text-color: rgb(13, 12, 12);
  /* --select-color: rgb(31, 31, 31); */
}
