

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5855;
    --color-tinted-white: #f9f1ec;
    --color-facility-text: #ffffff;

    --color-primary: #419c3a;
    --color-primary-rgb: 65,156,58;
    --color-primary-hover: #32772c;
    --color-primary-hover-rgb: 50,119,44;    
    --color-primary-dark: #32772c;
    --color-primary-light: #54bd4c;
    --color-primary-text: #000000;
    --color-primary-on-white: #419c3a;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aacfab;
    --color-primary-alert-border: #87be86;
    --color-primary-alert-text: #0f250e;

    --color-secondary: #f26f21;
    --color-secondary-rgb: 242,111,33;
    --color-secondary-hover: #d4570c;
    --color-secondary-hover-rgb: 212,87,12;
    --color-secondary-dark: #d4570c;
    --color-secondary-light: #f58e51;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f26f21;
    --color-secondary-on-black: #f26f21;

    --color-secondary-alert-background: #f1bda1;
    --color-secondary-alert-border: #f1a377;
    --color-secondary-alert-text: #301403;

    --color-light: #e7f4e6;
    --color-light-rgb: 231,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c5e5c2;
    --color-light-hover: #c5e5c2;
    --color-light-hover-rgb: 197,229,194;
    --color-light-dark: #c5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e7f4e6;
    --color-light-on-black: #e7f4e6;
    --color-light-border: #419c3a;

    --color-light-alert-background: #ecf2f0;
    --color-light-alert-border: #ebf3ed;
    --color-light-alert-text: #11240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(242, 111, 33, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://clubgymplus.wondr.se/branding/checkboxImage?h=1755176789_cf0c2812');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #419c3a;
    --bs-primary-rgb: 65,156,58;
    --bs-primary-bg-subtle: #54bd4c;
    --bs-primary-border-subtle: #54bd4c;
    --bs-primary-text-emphasis: #32772c;

    /* secondary */
    --bs-secondary: #f26f21;
    --bs-secondary-rgb: 242,111,33;
    --bs-secondary-bg-subtle: #f58e51;
    --bs-secondary-border-subtle: #f58e51;
    --bs-secondary-text-emphasis: #d4570c;

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

    --stroke-linecap: round;
    
}   


