/* IMPORT DES POLICES (toujours en haut, sans <style>) */
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* TYPO PAR DÉFAUT */
body {
    font-family: 'Inter', sans-serif;
}

/* TITRES */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Caslon Display', serif;
}

/* TES STYLES */
h1{
    font-size: 3rem;
    line-height: 3rem;
}

h2{
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 2.5rem;
}

.content{
    padding-top: 1em !important;
}

.content h1{
    font-size: 2rem;
    line-height: 2rem;
}

.content h2{
    font-size: 1.6rem !important;
    font-weight:600 !important;
    line-height: 1.6rem !important;
    padding-top: 2rem !important;
    text-transform: uppercase;    
}

.heading-container h2{
    font-size: 2rem !important;
    line-height: 2rem !important;
    padding-top: 0 !important;
}