

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #5aab35;
    --color-primary-rgb: 90,171,53;
    --color-primary-hover: #468429;
    --color-primary-hover-rgb: 70,132,41;    
    --color-primary-dark: #468429;
    --color-primary-light: #72c74c;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #5aab35;
    --color-primary-on-black: #5aab35;

    --color-primary-alert-background: #b4d5a9;
    --color-primary-alert-border: #96c783;
    --color-primary-alert-text: #14270c;

    --color-secondary: #ffffff;
    --color-secondary-rgb: 255,255,255;
    --color-secondary-hover: #e6e6e6;
    --color-secondary-hover-rgb: 230,230,230;
    --color-secondary-dark: #e6e6e6;
    --color-secondary-light: #ffffff;
    --color-secondary-text: #5aab35;
    --color-secondary-on-white: #ffffff;
    --color-secondary-on-black: #ffffff;

    --color-secondary-alert-background: #f6f7fa;
    --color-secondary-alert-border: #f9f9fc;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://apexzone.wondr.se/branding/checkboxImage?h=1719392250_c07eb5ec');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #5aab35;
    --bs-primary-rgb: 90,171,53;
    --bs-primary-bg-subtle: #72c74c;
    --bs-primary-border-subtle: #72c74c;
    --bs-primary-text-emphasis: #468429;

    /* secondary */
    --bs-secondary: #ffffff;
    --bs-secondary-rgb: 255,255,255;
    --bs-secondary-bg-subtle: #ffffff;
    --bs-secondary-border-subtle: #ffffff;
    --bs-secondary-text-emphasis: #e6e6e6;

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

    --stroke-linecap: butt;
    
}   


