/* ---------------------------------- GENERAL ---------------------------------- */

html, body {
    font-family: 'Quicksand', sans-serif; /* Police */
    background-color: #000a19; /* Couleur de fond */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Bloquer le scroll horizontal sur mobile */
}

h2.section-title, 
.discord-section h3 {
    font-size: 2.2rem;
    font-weight: 700; 
}

p.section-subtitle, 
.discord-section p.lead {
    font-size: 1.3rem;
    color: #cccccc;
    line-height: 1.6;
}

/* Icônes */
.bi {
  color: #ffffff;
  padding-right: 5px;
}
