.br-24 {
    border-radius: 24px !important;
}

input {
    border: none;
    font-weight: 400 !important;
    border: 2px solid #00a99d !important;
    background-color: rgba(255,255,255,0.5);
}

textarea {
    border: none;
    resize: vertical;
    font-weight: 400 !important;
    font-family: "Switzer-Variable", sans-serif;
    border: 2px solid #00a99d !important;
    background-color: rgba(255,255,255,0.5);
}

::placeholder{
    font-weight: 400 !important;
}

button:hover{
    cursor: pointer;
}