/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Thème enfant pour Kadence
Author: Aurelia
Author URI: https://tonsite.com
Template: kadence
Version: 1.0
*/

/* Déclarations des polices personnalisées */
@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellotatext-regular-webfont.woff2') format('woff2'),
         url('fonts/bellotatext-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Supply Sans';
    src: url('fonts/ppsupplysans-ultralight-webfont.woff2') format('woff2'),
         url('fonts/ppsupplysans-ultralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Supply Sans';
    src: url('fonts/ppsupplysans-regular-webfont.woff2') format('woff2'),
         url('fonts/ppsupplysans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Application aux titres */
h1 {
    font-family: 'Bellota Text', serif !important;
    font-weight: 400; /* Regular */
}

h2 {
  font-family: 'PP Supply Sans', sans-serif !important;
  font-weight: 400 !important; /* Regular */
}

h3 {
  font-family: 'PP Supply Sans', sans-serif !important;
  font-weight: 200 !important; /* Ultralight */
}


