

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

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

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

    --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-alert-background: #b6bcf1;
    --color-primary-alert-border: #99a1ef;
    --color-primary-alert-text: #060a2d;

    --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-alert-background: #9baff3;
    --color-secondary-alert-border: #718ef0;
    --color-secondary-alert-text: #040e2f;

    --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(85, 87, 94, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* 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;
    
}   


