

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

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

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

    --color-primary: #40a0c8;
    --color-primary-rgb: 64,160,200;
    --color-primary-hover: #3083a5;
    --color-primary-hover-rgb: 48,131,165;    
    --color-primary-dark: #3083a5;
    --color-primary-light: #68b4d3;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #40a0c8;
    --color-primary-on-black: #40a0c8;

    --color-primary-alert-background: #aad1e4;
    --color-primary-alert-border: #86c0db;
    --color-primary-alert-text: #0b1f28;

    --color-secondary: #929292;
    --color-secondary-rgb: 146,146,146;
    --color-secondary-hover: #797979;
    --color-secondary-hover-rgb: 121,121,121;
    --color-secondary-dark: #797979;
    --color-secondary-light: #acacac;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #929292;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #cacbcf;
    --color-secondary-alert-border: #b8b8ba;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e6f0f4;
    --color-light-rgb: 230,240,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dbe5;
    --color-light-hover: #c2dbe5;
    --color-light-hover-rgb: 194,219,229;
    --color-light-dark: #c2dbe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f0f4;
    --color-light-on-black: #e6f0f4;
    --color-light-border: #40a0c8;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1e24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(146, 146, 146, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://parkenfitness.wondr.se/branding/checkboxImage?h=1751027177_e182d1ee');

    --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: #40a0c8;
    --bs-primary-rgb: 64,160,200;
    --bs-primary-bg-subtle: #68b4d3;
    --bs-primary-border-subtle: #68b4d3;
    --bs-primary-text-emphasis: #3083a5;

    /* secondary */
    --bs-secondary: #929292;
    --bs-secondary-rgb: 146,146,146;
    --bs-secondary-bg-subtle: #acacac;
    --bs-secondary-border-subtle: #acacac;
    --bs-secondary-text-emphasis: #797979;

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

    --stroke-linecap: round;
    
}   


