/* Import Plus Jakarta Sans */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* Police globale application */
html,
body,
input,
textarea,
select,
button {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.3px;
}

/* Boutons */
button,
.btn {
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Champs formulaire */
input,
textarea,
select {
    font-weight: 500;
}