/*
Theme Name:   Twenty Twenty-Five Child
Theme URI:    https://mushistudio.fr/
Description:  Thème enfant pour Twenty Twenty-Five
Author:       Dimzer
Template:     twentytwentyfive
Version:      1.0.0
*/
@font-face {
    font-family: 'Braah One';
    src: url('/fonts/BraahOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    /* --- Couleurs --- */
    --clr-primaire: #F8C662;  
    --clr-secondaire: #e74c3c; 
    --clr-fond: #ffffff;
    --clr-texte: #020000;
    --clr-titre: #4666FF;
    
    /* --- Espacements --- */
    --gap-standard: 2rem;      /* Espace standard entre éléments */
    
    /* --- Polices --- */
    --font-titre: 'Braah One', sans-serif; /* Ou une Google Font importée */
    --font-corps: 'Georgia', serif;
}

body {
    color: var(--clr-texte);
    background-color: var(--clr-fond);
    font-family: var(--font-corps);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .wp-block-heading {
    font-family: var(--font-titre);
    font-weight: 400;
}