@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



/* .bg-custom {
    position: relative;
    overflow: hidden;
}

.bg-custom::before {
    content: "";
    background: url('/assets/img/wave2.jpg') no-repeat center center / cover;
    opacity: 0.2; /* Adjust the opacity for transparency 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
} */

