@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    font-family: "Inter", sans-serif;
}

.texto-menor {
    font-size: 13px;
}

.texto-verde {
    color: #daff01;
}

.botao-lilas {
    background-color: #9353ff !important;
    color: white !important;
    border-color: #9353ff !important;
}

.section-padding {
    padding: 4rem 0;
}
