

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #05ace9;
    --color-primary-rgb: 5,172,233;
    --color-primary-hover: #0487b7;
    --color-primary-hover-rgb: 4,135,183;    
    --color-primary-dark: #0487b7;
    --color-primary-light: #27c2fa;
    --color-primary-text: #000000;
    --color-primary-on-white: #05ace9;
    --color-primary-on-black: #05ace9;

    --color-primary-alert-background: #92d5f1;
    --color-primary-alert-border: #63c8ef;
    --color-primary-alert-text: #012532;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #05ace9;
    --bs-primary-rgb: 5,172,233;
    --bs-primary-bg-subtle: #27c2fa;
    --bs-primary-border-subtle: #27c2fa;
    --bs-primary-text-emphasis: #0487b7;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: butt;
    
}   


