/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Child theme van GeneratePress
Author: Hapkido Oirschot
Author URI: https://hapkido-oirschot.nl
Template: generatepress
Version: 1.0.0
*/

/* ===========================
   Montserrat voor H1 t/m H4
   =========================== */

/* Algemene instellingen */
h1,
h2,
h3,
h4,
.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.gb-headline h1,
.gb-headline h2,
.gb-headline h3,
.gb-headline h4,
.widget-title,
.sidebar .widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

/* Desktop groottes */
h1,
.entry-title,
.entry-content h1,
.wp-block-heading h1,
.gb-headline h1 {
    font-size: 40px !important;
}

h2,
h3,
h4,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.gb-headline h2,
.gb-headline h3,
.gb-headline h4 {
    font-size: 36px !important;
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {

    h1,
    .entry-title,
    .entry-content h1,
    .wp-block-heading h1,
    .gb-headline h1 {
        font-size: 34px !important;
        letter-spacing: 0.4px;
    }

    h2,
    h3,
    h4,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .wp-block-heading h2,
    .wp-block-heading h3,
    .wp-block-heading h4,
    .gb-headline h2,
    .gb-headline h3,
    .gb-headline h4 {
        font-size: 30px !important;
        letter-spacing: 0.4px;
    }
}

/* Mobiel (max-width: 767px) */
@media (max-width: 767px) {

    h1,
    .entry-title,
    .entry-content h1,
    .wp-block-heading h1,
    .gb-headline h1 {
        font-size: 28px !important;
        letter-spacing: 0.3px;
    }

    h2,
    h3,
    h4,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .wp-block-heading h2,
    .wp-block-heading h3,
    .wp-block-heading h4,
    .gb-headline h2,
    .gb-headline h3,