@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(poppins.ttf) format('truetype');
}

body {
  font-family: "Poppins", sans-serif;
}

.light-blue-gradient {
  background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

