

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303236;
    --color-tinted-white: #eceff9;
    --color-facility-text: #000000;

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

    --color-primary: #5f6ce9;
    --color-primary-rgb: 95,108,233;
    --color-primary-hover: #3243e3;
    --color-primary-hover-rgb: 50,67,227;    
    --color-primary-dark: #3243e3;
    --color-primary-light: #8c95ef;
    --color-primary-text: #000000;
    --color-primary-on-white: #5f6ce9;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #5f6ce9;
    --color-primary-floor: #5f6ce9;
    
    --color-primary-alert-background: #b6bcf1;
    --color-primary-alert-border: #99a1ef;
    --color-primary-alert-text: #060a2d;
    
    --primary-h: 234;
    --primary-s: 76%;
    --primary-l: 64%;

    --color-secondary: #1c4cec;
    --color-secondary-rgb: 28,76,236;
    --color-secondary-hover: #103ac5;
    --color-secondary-hover-rgb: 16,58,197;
    --color-secondary-dark: #103ac5;
    --color-secondary-light: #4b71f0;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1c4cec;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #1c4cec;
    --color-secondary-floor: #1c4cec;

    --color-secondary-alert-background: #9baff3;
    --color-secondary-alert-border: #718ef0;
    --color-secondary-alert-text: #040e2f;
    
    --secondary-h: 226;
    --secondary-s: 85%;
    --secondary-l: 52%;

    --color-light: #e6e7f4;
    --color-light-rgb: 230,231,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2c6e5;
    --color-light-hover: #c2c6e5;
    --color-light-hover-rgb: 194,198,229;
    --color-light-dark: #c2c6e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e7f4;
    --color-light-on-black: #e6e7f4;
    --color-light-border: #5f6ce9;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #eaebf5;
    --color-light-alert-text: #0f1124;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(28, 76, 236, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://malmahusgym.wondr.se/branding/checkboxImage?h=1749215519_d2580545');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 50, 54, 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: #5f6ce9;
    --bs-primary-rgb: 95,108,233;
    --bs-primary-bg-subtle: #8c95ef;
    --bs-primary-border-subtle: #8c95ef;
    --bs-primary-text-emphasis: #3243e3;

    /* secondary */
    --bs-secondary: #1c4cec;
    --bs-secondary-rgb: 28,76,236;
    --bs-secondary-bg-subtle: #4b71f0;
    --bs-secondary-border-subtle: #4b71f0;
    --bs-secondary-text-emphasis: #103ac5;

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

    --stroke-linecap: round;
    
}



