/* Backgrounds colors */
.bg-menu {
    background-color: #FFFFFF;
}

.bg-pink {
    background-color: #EC2B7B;
}

.bg-orange {
    background-color: #FDB94A;
}

.bg-light-pink {
    background-color: #FFB4C9;
}


/* Colors */
.txt-pink {
    color: #EC2B7B;
}


/* Fonts */
.dynapuff-regular {
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.sora-regular {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }


/* Sizes */
.rem-1 {
    font-size: 1rem;
}

.rem-1-3 {
    font-size: 1.3rem;
}

.rem-2 {
    font-size: 2rem;
}

.rem-3 {
    font-size: 3rem;
}

.rem-4 {
    font-size: 4rem;
}


/* Footer styles */
footer {
    background-color: #EC2B7B;
}


/* Button WA */
.btn-whats {
    display: scroll;
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 10000;;
}
