

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #343036;
    --color-tinted-white: #f4ecf9;
    --color-facility-text: #000000;

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

    --color-primary: #48c424;
    --color-primary-rgb: 72,196,36;
    --color-primary-hover: #38991c;
    --color-primary-hover-rgb: 56,153,28;    
    --color-primary-dark: #38991c;
    --color-primary-light: #62dc3f;
    --color-primary-text: #000000;
    --color-primary-on-white: #48c424;
    --color-primary-on-black: #48c424;
    --color-primary-ceil: #48c424;
    --color-primary-floor: #48c424;
    
    --color-primary-alert-background: #addfa3;
    --color-primary-alert-border: #8bd678;
    --color-primary-alert-text: #102b08;
    
    --primary-h: 107;
    --primary-s: 69%;
    --primary-l: 45%;

    --color-secondary: #7125a2;
    --color-secondary-rgb: 113,37,162;
    --color-secondary-hover: #8e2ecc;
    --color-secondary-hover-rgb: 142,46,204;
    --color-secondary-dark: #541c78;
    --color-secondary-light: #8e2ecc;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #7125a2;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #7125a2;
    --color-secondary-floor: #7125a2;

    --color-secondary-alert-background: #bd9fd5;
    --color-secondary-alert-border: #a477c4;
    --color-secondary-alert-text: #1d092a;
    
    --secondary-h: 276;
    --secondary-s: 63%;
    --secondary-l: 39%;

    --color-light: #e9f4e6;
    --color-light-rgb: 233,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cae5c2;
    --color-light-hover: #cae5c2;
    --color-light-hover-rgb: 202,229,194;
    --color-light-dark: #cae5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e9f4e6;
    --color-light-on-black: #e9f4e6;
    --color-light-border: #48c424;

    --color-light-alert-background: #edf2f0;
    --color-light-alert-border: #ecf3ed;
    --color-light-alert-text: #14240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(113, 37, 162, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://pingoslekeland.wondr.cc/branding/checkboxImage?h=1742912380_5a5a0fa2');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(52, 48, 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: #48c424;
    --bs-primary-rgb: 72,196,36;
    --bs-primary-bg-subtle: #62dc3f;
    --bs-primary-border-subtle: #62dc3f;
    --bs-primary-text-emphasis: #38991c;

    /* secondary */
    --bs-secondary: #7125a2;
    --bs-secondary-rgb: 113,37,162;
    --bs-secondary-bg-subtle: #8e2ecc;
    --bs-secondary-border-subtle: #8e2ecc;
    --bs-secondary-text-emphasis: #541c78;

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

    --stroke-linecap: round;
    
}



