

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

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

    --color-facility: #510d11;
    --color-tinted-gray: #363031;
    --color-tinted-white: #f9eced;
    --color-facility-text: #ffffff;

    --color-app: #510d11;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #510d11;
    --color-primary-rgb: 81,13,17;
    --color-primary-hover: #7d141a;
    --color-primary-hover-rgb: 125,20,26;    
    --color-primary-dark: #250608;
    --color-primary-light: #7d141a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #510d11;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #510d11;
    --color-primary-floor: #510d11;
    
    --color-primary-alert-background: #b0969b;
    --color-primary-alert-border: #91686d;
    --color-primary-alert-text: #2c0709;
    
    --primary-h: 356;
    --primary-s: 72%;
    --primary-l: 18%;

    --color-secondary: #510d11;
    --color-secondary-rgb: 81,13,17;
    --color-secondary-hover: #7d141a;
    --color-secondary-hover-rgb: 125,20,26;
    --color-secondary-dark: #250608;
    --color-secondary-light: #7d141a;
    --color-secondary-text: #93181f;
    --color-secondary-on-white: #510d11;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #510d11;
    --color-secondary-floor: #510d11;

    --color-secondary-alert-background: #b0969b;
    --color-secondary-alert-border: #91686d;
    --color-secondary-alert-text: #2c0709;
    
    --secondary-h: 356;
    --secondary-s: 72%;
    --secondary-l: 18%;

    --color-light: #f4e6e7;
    --color-light-rgb: 244,230,231;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c4;
    --color-light-hover: #e5c2c4;
    --color-light-hover-rgb: 229,194,196;
    --color-light-dark: #e5c2c4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e7;
    --color-light-on-black: #f4e6e7;
    --color-light-border: #510d11;

    --color-light-alert-background: #f2edf1;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f11;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://strongerperformance.wondr.se/branding/checkboxImage?h=1783491019_fac0d136');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #510d11;
    --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: #510d11;
    --bs-primary-rgb: 81,13,17;
    --bs-primary-bg-subtle: #7d141a;
    --bs-primary-border-subtle: #7d141a;
    --bs-primary-text-emphasis: #250608;

    /* secondary */
    --bs-secondary: #510d11;
    --bs-secondary-rgb: 81,13,17;
    --bs-secondary-bg-subtle: #7d141a;
    --bs-secondary-border-subtle: #7d141a;
    --bs-secondary-text-emphasis: #250608;

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

    --stroke-linecap: round;
    
}



