/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400&display=swap');

/* FOND BLANC */
body,
.site,
.site-content,
.content-area,
.wp-site-blocks,
main {
    background: #ffffff !important;
}

/* CORPS — polices système */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
    color: #111111;
    font-size: 17px;
    line-height: 1.7;
}

/* TITRES — Fraunces */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fraunces', Georgia, serif;
}

/* TAILLES TITRES */
h1 { font-size: 52px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 600; }
h2 { font-size: 28px; line-height: 1.2;