

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e55;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #000000;

    --color-primary: #158900;
    --color-primary-rgb: 21,137,0;
    --color-primary-hover: #1dbc00;
    --color-primary-hover-rgb: 29,188,0;    
    --color-primary-dark: #0d5600;
    --color-primary-light: #1dbc00;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #158900;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #158900;
    
    --color-primary-alert-background: #98c794;
    --color-primary-alert-border: #6db363;
    --color-primary-alert-text: #083300;

    --color-secondary: #004800;
    --color-secondary-rgb: 0,72,0;
    --color-secondary-hover: #007b00;
    --color-secondary-hover-rgb: 0,123,0;
    --color-secondary-dark: #001500;
    --color-secondary-light: #007b00;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #004800;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #004800;

    --color-secondary-alert-background: #90ad94;
    --color-secondary-alert-border: #608c63;
    --color-secondary-alert-text: #003300;

    --color-light: #e8f4e6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c8e5c2;
    --color-light-hover: #c8e5c2;
    --color-light-hover-rgb: 200,229,194;
    --color-light-dark: #c8e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e8f4e6;
    --color-light-on-black: #e8f4e6;
    --color-light-border: #158900;

    --color-light-alert-background: #edf2f0;
    --color-light-alert-border: #ebf3ed;
    --color-light-alert-text: #12240f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(21, 137, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://alfta.wondr.se/branding/checkboxImage?h=1743081450_fc2c55e9');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #004800;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #158900;
    --bs-primary-rgb: 21,137,0;
    --bs-primary-bg-subtle: #1dbc00;
    --bs-primary-border-subtle: #1dbc00;
    --bs-primary-text-emphasis: #0d5600;

    /* secondary */
    --bs-secondary: #004800;
    --bs-secondary-rgb: 0,72,0;
    --bs-secondary-bg-subtle: #007b00;
    --bs-secondary-border-subtle: #007b00;
    --bs-secondary-text-emphasis: #001500;

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

    --stroke-linecap: round;
    
}   


