

:root {
    --general-font-family: default;
    --header-font-family: default;

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #303336;
    --color-tinted-white: #ecf3f9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #5ca038;
    --color-primary-rgb: 92,160,56;
    --color-primary-hover: #467a2b;
    --color-primary-hover-rgb: 70,122,43;    
    --color-primary-dark: #467a2b;
    --color-primary-light: #74c04b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #5ca038;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #5ca038;
    --color-primary-floor: #5ca038;
    
    --color-primary-alert-background: #b5d1ab;
    --color-primary-alert-border: #97c084;
    --color-primary-alert-text: #16260d;
    
    --primary-h: 99;
    --primary-s: 48%;
    --primary-l: 42%;

    --color-secondary: #5e8aa9;
    --color-secondary-rgb: 94,138,169;
    --color-secondary-hover: #4a708a;
    --color-secondary-hover-rgb: 74,112,138;
    --color-secondary-dark: #4a708a;
    --color-secondary-light: #7fa2bb;
    --color-secondary-text: ;
    --color-secondary-on-white: #5e8aa9;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #5e8aa9;
    --color-secondary-floor: #5e8aa9;

    --color-secondary-alert-background: #b6c8d8;
    --color-secondary-alert-border: #98b3c8;
    --color-secondary-alert-text: #121b21;
    
    --secondary-h: 205;
    --secondary-s: 30%;
    --secondary-l: 52%;

    --color-light: #ebf4e6;
    --color-light-rgb: 235,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cee5c2;
    --color-light-hover: #cee5c2;
    --color-light-hover-rgb: 206,229,194;
    --color-light-dark: #cee5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebf4e6;
    --color-light-on-black: #ebf4e6;
    --color-light-border: #5ca038;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #edf3ed;
    --color-light-alert-text: #16240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(94, 138, 169, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://udendoerstraening.wondr.cc/branding/checkboxImage?h=1714744390_54773a7d');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 51, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #5ca038;
    --bs-primary-rgb: 92,160,56;
    --bs-primary-bg-subtle: #74c04b;
    --bs-primary-border-subtle: #74c04b;
    --bs-primary-text-emphasis: #467a2b;

    /* secondary */
    --bs-secondary: #5e8aa9;
    --bs-secondary-rgb: 94,138,169;
    --bs-secondary-bg-subtle: #7fa2bb;
    --bs-secondary-border-subtle: #7fa2bb;
    --bs-secondary-text-emphasis: #4a708a;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}



