* {
  font-family: "Inter", serif;
}

.gradient-text {
  background: #2357c7;
  font-style: normal;
  background: linear-gradient(to right, #2357c7 0%, #182032 50%, #802eca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
