:root {
  --primary-gradiant: linear-gradient(
    90deg,
    rgb(245, 172, 196) 0%,
    rgb(191, 134, 247) 100%
  );

  --secondary-color: rgb(63, 62, 62);
  --text-color: rgb(22, 22, 22);
  --text-color-2: rgb(255, 255, 255);
}
