

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555d;
    --color-tinted-white: #f9ecf7;
    --color-facility-text: #000000;

    --color-primary: #1c9281;
    --color-primary-rgb: 28,146,129;
    --color-primary-hover: #24bda7;
    --color-primary-hover-rgb: 36,189,167;    
    --color-primary-dark: #14675b;
    --color-primary-light: #24bda7;
    --color-primary-text: #171616;
    --color-primary-on-white: #1c9281;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9bcbc8;
    --color-primary-alert-border: #71b8b0;
    --color-primary-alert-text: #082b26;

    --color-secondary: #e74dd3;
    --color-secondary-rgb: 231,77,211;
    --color-secondary-hover: #e120c8;
    --color-secondary-hover-rgb: 225,32,200;
    --color-secondary-dark: #e120c8;
    --color-secondary-light: #ed7ade;
    --color-secondary-text: #191818;
    --color-secondary-on-white: #e74dd3;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #ecafe9;
    --color-secondary-alert-border: #eb8fe1;
    --color-secondary-alert-text: #2d0628;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://traningslabbet.wondr.se/branding/checkboxImage?h=1696445105_e5db9acd');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1c9281;
    --bs-primary-rgb: 28,146,129;
    --bs-primary-bg-subtle: #24bda7;
    --bs-primary-border-subtle: #24bda7;
    --bs-primary-text-emphasis: #14675b;

    /* secondary */
    --bs-secondary: #e74dd3;
    --bs-secondary-rgb: 231,77,211;
    --bs-secondary-bg-subtle: #ed7ade;
    --bs-secondary-border-subtle: #ed7ade;
    --bs-secondary-text-emphasis: #e120c8;

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

    --stroke-linecap: round;
    
}   


