/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

/* Import Bridge Parent Theme */
@import url("../bridge/style.css");

/* --- 1. Hoofdlettertype: Citrus Gothic Solid --- */
body,
body span,
body li,
body a,
h1,
h2,
h4,
h5,
h6,
.qbutton,
.qodef-main-menu>ul>li>a,
.counter_text {
    font-family: "citrus-gothic-solid", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* --- 2. Lopende tekst: Articulat CF --- */
p,
li p {
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    /* normaal */
    font-style: normal;
}

/* Bold variant voor lopende tekst */
p.bold,
li p.bold {
    font-weight: 800;
}

/* --- 3. Koppen H3: Lumios Marker --- */
h3 {
    font-family: "lumios-marker", sans-serif;
    font-weight: 400;
    font-style: normal;
}