@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap');

h1,h2,h3,h4,h5,h6,span,p,li{
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.buttonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.loginButton {
    padding: 13px 1rem;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    background-color: white;
}

.loginButton div {
    color: black;
    margin-left: 1rem;
}

.loginContainerButton {
    width: 222px;
    display: flex;
    align-items: center;
}

.buttonWithHover:hover {
    background-color: #e7e7e7;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.brandsContainer {
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
}

.custom-register-style {
    width: 170px;
}

.custom-register-padding {
    padding: 1rem 0;
}

.containerIcons li {
    gap: 0.5rem;
}

.bg-gray-800 {
    background-color: #6658ea !important;
}

.bg-gray-800:hover {
    background-color: rgb(85, 70, 232) !important;
}

button {
    font-family: "DM Sans", sans-serif;
}

.containerIcons {
    margin-top: 0.75rem;
}

.logo-container img{
    width: 170px;
}

.brandsContainer img{
    width: 100px;
}

.ul-register{
    padding-left: 2rem;
}

@media (max-width: 450px) {
    .brandsContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .containerIcons {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem !important;
    }

    .containerIcons {
        gap: 0.5rem;
        margin-top: 0 !important;
    }
}
