/* ------------------------
   BernerBasisschrift Font
------------------------- */
@font-face {
    font-family: 'BernerBasisschrift';
    src: url('/wp-content/themes/zeepo-child/fonts/BernerBasisschrift1.ttf') format('truetype'),
         url('/wp-content/themes/zeepo-child/fonts/BernerBasisschrift2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ------------------------
   KG Second Chances - Sketch
------------------------- */
@font-face {
    font-family: 'KGSecondChances';
    src: url('/wp-content/themes/zeepo-child/fonts/KGSecondChancesSketch.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* -----------------------------------------
   Apply BernerBasisschrift as default font
------------------------------------------ */
body,
.elementor-widget {
    font-family: 'BernerBasisschrift', sans-serif;
}
