.poetsen {
  font-family: "Poetsen One", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.gummy {
  font-family: "Sour Gummy", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.textshadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.color {
  background-color: #f5ddfa;
}
.tcolor {
  color: #f5ddfa;
}



  .custom-title {
      font-family: "Atma", serif;
font-weight: 300;
font-style: normal;
  }

  .hover-bounce:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .soft-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .hard-shadow {
      box-shadow: 2 4px 10px rgba(0, 0, 0, 0.774);
    }