

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #58555e;
    --color-tinted-white: #f0ecf9;
    --color-facility-text: #000000;

    --color-primary: #0d0221;
    --color-primary-rgb: 13,2,33;
    --color-primary-hover: #200551;
    --color-primary-hover-rgb: 32,5,81;    
    --color-primary-dark: #000000;
    --color-primary-light: #200551;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0d0221;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9591a1;
    --color-primary-alert-border: #686277;
    --color-primary-alert-text: #130330;

    --color-secondary: #0d0221;
    --color-secondary-rgb: 13,2,33;
    --color-secondary-hover: #200551;
    --color-secondary-hover-rgb: 32,5,81;
    --color-secondary-dark: #000000;
    --color-secondary-light: #200551;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0d0221;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9591a1;
    --color-secondary-alert-border: #686277;
    --color-secondary-alert-text: #130330;

    --color-light: #ebe6f4;
    --color-light-rgb: 235,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cfc2e5;
    --color-light-hover: #cfc2e5;
    --color-light-hover-rgb: 207,194,229;
    --color-light-dark: #cfc2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebe6f4;
    --color-light-on-black: #ebe6f4;
    --color-light-border: #0d0221;

    --color-light-alert-background: #eeedf6;
    --color-light-alert-border: #edeaf5;
    --color-light-alert-text: #170f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(13, 2, 33, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sporthuset.wondr.se/branding/checkboxImage?h=1726124088_59e6d772');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0d0221;
    --bs-primary-rgb: 13,2,33;
    --bs-primary-bg-subtle: #200551;
    --bs-primary-border-subtle: #200551;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #0d0221;
    --bs-secondary-rgb: 13,2,33;
    --bs-secondary-bg-subtle: #200551;
    --bs-secondary-border-subtle: #200551;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


