@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}

.gradient-title {
  background: linear-gradient(to right, #0000FF 0%, #FF007F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}