

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

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

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

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

    --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-ceil: #1c9281;
    --color-primary-floor: #1c9281;
    
    --color-primary-alert-background: #9bcbc8;
    --color-primary-alert-border: #71b8b0;
    --color-primary-alert-text: #082b26;
    
    --primary-h: 171;
    --primary-s: 68%;
    --primary-l: 34%;

    --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-ceil: #e74dd3;
    --color-secondary-floor: #e74dd3;

    --color-secondary-alert-background: #ecafe9;
    --color-secondary-alert-border: #eb8fe1;
    --color-secondary-alert-text: #2d0628;
    
    --secondary-h: 308;
    --secondary-s: 76%;
    --secondary-l: 60%;

    --color-light: #e6f4f2;
    --color-light-rgb: 230,244,242;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e0;
    --color-light-hover: #c2e5e0;
    --color-light-hover-rgb: 194,229,224;
    --color-light-dark: #c2e5e0;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f2;
    --color-light-on-black: #e6f4f2;
    --color-light-border: #1c9281;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f4;
    --color-light-alert-text: #0f2421;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 53, 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: #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;
    
}



