/*
 Theme Name:     X-PENG Roissy - Divi child
 Description:    Theme Enfant Divi de X-PENG Roissy
 Author:         Audi Bauer Paris
 Author URI:     https://www.bauerparis.fr
 Template:       Divi
 Version:        12.2025
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */

/*-----------------TYPO---------------*/

@font-face {
    font-family: 'XPENG-Grotesque-Bold';
    src: url('XPENG-Grotesque-Bold.woff');
    font-weight: bold;
}

@font-face {
    font-family: 'XPENG-Grotesque-Regular';
    src: url('XPENG-Grotesque-Regular.woff');
}



/*------------Classes de TYPO de Base--------------*/

h1 {
font-family: XPENG-Grotesque-Bold, Arial, sans-serif;
font-size: 48px;
margin-top: 18px;
margin-bottom: 18px;
}

h2 {
font-family: XPENG-Grotesque-Regular, Arial, sans-serif;
font-size: 48px;
margin-top: 18px;
margin-bottom: 18px;
}

h3 {
font-family: XPENG-Grotesque-Regular, Arial, sans-serif;
font-size: 32px;
margin-bottom: 18px;
}

h4 {
font-family: XPENG-Grotesque-Regular, Arial, sans-serif;
font-size: 18px;
margin-bottom: 18px;
}

p {
font-family: XPENG-Grotesque-Regular, Arial, sans-serif;
font-size: 18px;
}

a {
font-family: XPENG-Grotesque-Regular, Arial, sans-serif;
}

a:hover {
color: #96B414;
}