

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5c;
    --color-tinted-white: #ecf9f6;
    --color-facility-text: #000000;

    --color-primary: #7619c7;
    --color-primary-rgb: 118,25,199;
    --color-primary-hover: #5b139a;
    --color-primary-hover-rgb: 91,19,154;    
    --color-primary-dark: #5b139a;
    --color-primary-light: #902ee5;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7619c7;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #bf9be4;
    --color-primary-alert-border: #a76fda;
    --color-primary-alert-text: #1b062d;

    --color-secondary: #23d6ad;
    --color-secondary-rgb: 35,214,173;
    --color-secondary-hover: #1caa8a;
    --color-secondary-hover-rgb: 28,170,138;
    --color-secondary-dark: #1caa8a;
    --color-secondary-light: #4be1bf;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #23d6ad;
    --color-secondary-on-black: #23d6ad;

    --color-secondary-alert-background: #9ee6d9;
    --color-secondary-alert-border: #75e1cb;
    --color-secondary-alert-text: #072c23;

    --color-light: #eee6f4;
    --color-light-rgb: 238,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5c2e5;
    --color-light-hover: #d5c2e5;
    --color-light-hover-rgb: 213,194,229;
    --color-light-dark: #d5c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eee6f4;
    --color-light-on-black: #eee6f4;
    --color-light-border: #7619c7;

    --color-light-alert-background: #efedf6;
    --color-light-alert-border: #efeaf5;
    --color-light-alert-text: #1a0f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(35, 214, 173, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gymmetikungsbacka.wondr.se/branding/checkboxImage?h=1726497063_88a0699e');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7619c7;
    --bs-primary-rgb: 118,25,199;
    --bs-primary-bg-subtle: #902ee5;
    --bs-primary-border-subtle: #902ee5;
    --bs-primary-text-emphasis: #5b139a;

    /* secondary */
    --bs-secondary: #23d6ad;
    --bs-secondary-rgb: 35,214,173;
    --bs-secondary-bg-subtle: #4be1bf;
    --bs-secondary-border-subtle: #4be1bf;
    --bs-secondary-text-emphasis: #1caa8a;

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

    --stroke-linecap: round;
    
}   


