/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/**
 * Fluent CSS Framework - Global Typography  
 * Versie: :is() selector (modern CSS)
 */

:is(body, .elementor, .elementor-widget) {
    font-size: var(--text-m);
    line-height: 1.6;
}

:is(body, a .elementor, .elementor-widget) {
    font-size: var(--text-m);
    line-height: 1.6;
}

:is(body, .elementor, .elementor-widget) h1 {
    font-size: var(--h1);
    line-height: 1.2;
    font-weight: 700;
	color: #0A2CCA;
}

:is(body, .elementor, .elementor-widget) h2 {
    font-size: var(--h2);
    line-height: 1.3;
    font-weight: 700;
	color: #0A2CCA
}

:is(body, .elementor, .elementor-widget) h3 {
    font-size: var(--h3);
    line-height: 1.4;
    font-weight: 600;
	color: #0A2CCA;
}

:is(body, .elementor, .elementor-widget) h4 {
    font-size: var(--h4);
    line-height: 1.4;
    font-weight: 600;
	color: #0A2CCA;
}

:is(body, .elementor, .elementor-widget) p {
    margin-bottom: var(--space-m);
}

:is(body, .elementor, .elementor-widget) p:last-child {
    margin-bottom: 0;
}

/* Icoon links van h2 titel */
h2{
    position: relative;
    padding-left: 30px !important;
  }

  h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url('https://vvd.valkhosting.nl/wp-content/uploads/2021/04/VVD_Pijl_01_RGB_Kleur.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }



