@font-face {
  font-family: Outfit;
  font-weight: normal;
  src: url("fonts/Outfit-Regular.ttf");
}
@font-face {
  font-family: Outfit;
  font-weight: bold;
  src: url("fonts/Outfit-ExtraBold.ttf");
}

@media (max-width: 768px) {
  .blur-container {
    overflow: hidden;
    position: relative;
  }
}

.blur-circle1 {
  position: absolute;
  border-radius: 50%;
  background-color: #d7e4f8;
  filter: blur(60px);
  opacity: 0.6;
  z-index: -1;
}

.blur-circle2 {
  position: absolute;
  border-radius: 50%;
  background-color: #fbdbfd;
  filter: blur(60px);
  opacity: 0.6;
  z-index: -1;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-family: 'Outfit';
}




