/**
Theme Name: Kadence Child
Author: Coralie Poirier
Description: Thème enfant personnalisé pour l'Atelier Gourmand d'Angélique, basé sur le thème Kadence.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
*/

/* ---------------------------------------------------------------
 * 1. CHARGEMENT DE LA POLICE
 * ------------------------------------------------------------- */
@font-face {
    font-family: 'Pilcrow Rounded Variable';
    src: url('./assets/fonts/PilcrowRounded-Variable.woff2') format('woff2');
    src: url('./assets/fonts/PilcrowRounded-Variable.woff') format('woff');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}


/* Application de la police aux titres */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pilcrow Rounded Variable', sans-serif !important;

}