@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family:"CoreRhino65" ;
    src: url(../fonts/CoreRhino65.woff2);
}
:root {

    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/NHHB-logo.png");
    --logo-alt: url("../../custom/theme/assets/images/NHHB-logo-diap.png"); 

    /***Header Image (Van toepassing op visual.twig)***/
    --header-image: url("../../custom/theme/assets/images/header_background.jpg"); 

    /***Brand Colors***/
    --color-brand-primary: #222222;
    --color-brand-primary-rgb: 34,34, 34;
    --color-brand-secondary: #76BC21;
    --color-brand-tertiary: #b12028;
    --color-brand-light: #fff0f7;
    --color-brand-dark: #222222;
    --color-message-success: #76BC21;
    --color-message-success-rgb: 118, 188, 33;
    --color-message-error: #b12028;
    --color-message-error-rgb: 177, 32, 40;

    /***Font***/
    --font-family: 'lato', sans-serif;
    --font-family-title: 'CoreRhino65', sans-serif;
    /* --font-size: 1.6rem; */

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

p{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

b, strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2 b, h3 b, h4 b, h5 b, h6 b {
  font-family: var(--font-family-title);
  font-weight: 900;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

i, em {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.tooltip {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.tooltip .tooltiptext {
    display: none;
    width: 205px;
    background-color: #575757;
    color: #eee;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.7;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip .tooltiptext img {
    max-width: 100px;
}

.tooltip:hover .tooltiptext {
    display: block;
}

.tooltip_link {
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

img.webshop-img {
    width: 150px;
}
