@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Lato:wght@300;400;700&display=swap');

:root {
    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/logo.png");
    --logo-alt: url("../../custom/theme/assets/images/logo.png");

    /***Header Image (Van toepassing op visual.twig)***/
    /* --header-image: url("../../custom/theme/assets/images/header_background.jpg"); */

    /***Brand Colors***/
    --color-brand-primary: #1689cc;
    --color-brand-primary-rgb: 22, 137, 204;
    --color-brand-secondary: #E84E10;
    --color-brand-tertiary: #144486;
    --color-brand-light: #1689cc;
    --color-brand-dark: #144486;

    /***Font***/
    --font-family: "Kumbh Sans", sans-serif;
    --font-family-title: "Kumbh Sans", sans-serif;
    --font-size: 1.8rem;

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

body, p {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    background: linear-gradient(180deg, #004990 0%, #008BD2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}