

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363034;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #000000;

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

    --color-primary: #568133;
    --color-primary-rgb: 86,129,51;
    --color-primary-hover: #6ea641;
    --color-primary-hover-rgb: 110,166,65;    
    --color-primary-dark: #3e5c25;
    --color-primary-light: #6ea641;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #568133;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #568133;
    --color-primary-floor: #568133;
    
    --color-primary-alert-background: #b2c4a9;
    --color-primary-alert-border: #94ae81;
    --color-primary-alert-text: #18250e;
    
    --primary-h: 93;
    --primary-s: 43%;
    --primary-l: 35%;

    --color-secondary: #a2257c;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cc2e9c;
    --color-secondary-hover-rgb: 204,46,156;
    --color-secondary-dark: #781c5c;
    --color-secondary-light: #cc2e9c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #a2257c;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #a2257c;
    --color-secondary-floor: #a2257c;

    --color-secondary-alert-background: #d19fc6;
    --color-secondary-alert-border: #c177ad;
    --color-secondary-alert-text: #2a0920;
    
    --secondary-h: 318;
    --secondary-s: 63%;
    --secondary-l: 39%;

    --color-light: #ecf4e6;
    --color-light-rgb: 236,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d2e5c2;
    --color-light-hover: #d2e5c2;
    --color-light-hover-rgb: 210,229,194;
    --color-light-dark: #d2e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ecf4e6;
    --color-light-on-black: #ecf4e6;
    --color-light-border: #568133;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #eef3ed;
    --color-light-alert-text: #18240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://movetraning.wondr.se/branding/checkboxImage?h=1769607093_39102c35');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 52, 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: #568133;
    --bs-primary-rgb: 86,129,51;
    --bs-primary-bg-subtle: #6ea641;
    --bs-primary-border-subtle: #6ea641;
    --bs-primary-text-emphasis: #3e5c25;

    /* secondary */
    --bs-secondary: #a2257c;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cc2e9c;
    --bs-secondary-border-subtle: #cc2e9c;
    --bs-secondary-text-emphasis: #781c5c;

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

    --stroke-linecap: round;
    
}



