/* 
body {

    font-family: 'LTC Italian Old Style Pro', serif;

}
*/

/* Subheaders / kleine kopteksten */
/*
.subheading,
.et_pb_blurb_description,
.et_pb_module .subtitle {
    font-family: 'Commuters Sans', sans-serif;
}
*/

/* Basis tekstgrootte website */
body {
    font-size: 20px;
    line-height: 1.7;
}

/* Divi tekstmodules */
.et_pb_text,
.et_pb_text_inner,
.et_pb_text_inner p,
.entry-content p {
    font-size: 20px;
    line-height: 1.7;
}

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

    body,
    .et_pb_text,
    .et_pb_text_inner,
    .et_pb_text_inner p,
    .entry-content p {
        font-size: 18px;
        line-height: 1.7;
    }
}

/* Desktop */
h1 {
    font-size: 54px;
    line-height: 1.2;
}

h2 {
    font-size: 42px;
    line-height: 1.25;
}

h3 {
    font-size: 32px;
    line-height: 1.3;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

/* Tablet */
@media (max-width: 980px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

/* Mobiel */
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}
