/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for the Hello Elementor WordPress theme.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
*/

/* --- PLAK HIER JE FONT-FACE CSS CODE --- */

/* PPMonumentExtended - Regular */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* PPMonumentExtended - Regular Italic */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* PPMonumentExtended - Light */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* PPMonumentExtended - Light Italic */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* PPMonumentExtended - Black */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* PPMonumentExtended - Black Italic */
@font-face {
    font-family: 'PP Monument Extended';
    src: url('https://keepersschoolwve.nl/wp-content/uploads/2026/Fonts/PPMonumentExtended-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}




h2 {color:green!important;font-family: 'PP Monument Extended'!important;font-weight: 900!important;color:white!important;}