

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5b5e55;
    --color-tinted-white: #f4f9ec;
    --color-facility-text: #000000;

    --color-primary: #2a2a2a;
    --color-primary-rgb: 42,42,42;
    --color-primary-hover: #444444;
    --color-primary-hover-rgb: 68,68,68;    
    --color-primary-dark: #111111;
    --color-primary-light: #444444;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2a2a2a;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a1a1a5;
    --color-primary-alert-border: #797a7c;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #9aca41;
    --color-secondary-rgb: 154,202,65;
    --color-secondary-hover: #7ea92f;
    --color-secondary-hover-rgb: 126,169,47;
    --color-secondary-dark: #7ea92f;
    --color-secondary-light: #afd569;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #9aca41;
    --color-secondary-on-black: #9aca41;

    --color-secondary-alert-background: #cee1ae;
    --color-secondary-alert-border: #bcda8a;
    --color-secondary-alert-text: #1e280b;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #2a2a2a;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(154, 202, 65, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klubbelva.wondr.se/branding/checkboxImage?h=1744363518_6975c663');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2a2a2a;
    --bs-primary-rgb: 42,42,42;
    --bs-primary-bg-subtle: #444444;
    --bs-primary-border-subtle: #444444;
    --bs-primary-text-emphasis: #111111;

    /* secondary */
    --bs-secondary: #9aca41;
    --bs-secondary-rgb: 154,202,65;
    --bs-secondary-bg-subtle: #afd569;
    --bs-secondary-border-subtle: #afd569;
    --bs-secondary-text-emphasis: #7ea92f;

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

    --stroke-linecap: round;
    
}   


