/* Styles globaux pour améliorer la lisibilité */
body {
    font-size: 16px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.btn {
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
}

.nav-link {
    font-size: 1.1rem !important;
    margin: 0 12px !important;
}

.navbar-brand {
    font-size: 1.5rem !important;
}

/* Styles spécifiques pour les sections */
.section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.feature-item p {
    font-size: 1.1rem;
}

/* Styles responsifs */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p {
        font-size: 1rem;
    }

    .btn {
        font-size: 1rem;
    }
}
