/* =========================================
   1. IMPORTATION DES POLICES (Google Fonts)
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Petit+Formal+Script&display=swap');


/* =========================================
   2. STYLES TYPOGRAPHIQUES APPLIQUÉS
   ========================================= */

/* Attributs des paragraphes */
p{
    font-family: 'Cormorant Infant', serif;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.46px;
    color: var(--VB_blue);
}

/* Titres H1 */
h1{
    font-family: 'Petit Formal Script', cursive;
    font-size: 43px;
    line-height: 60px;
    color: var(--VB_blue);
}

/* Titres H2 */
h2{
    font-family: 'Cormorant Infant', serif;
    font-size: 43px;
    line-height: 44px;
    color: var(--VB_blue);
}

/* Titres H3 */
h3{
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 8px;
    font-weight: medium;
    font-style: italic;
    color: var(--VB_blue);
}

