

/* BUTTON LOGIN */

.btn-login {
    font-weight: bold;
}



/* HOMEPAGE - HERO */

.hero-section {
    background-color: #f8f9fa;
}

.hero-text h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1rem;
    line-height: 1.5;
}

.hero-features ul {
    /* padding-left: 1rem; */
    font-weight: bold;
}

