

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

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

    --color-facility: #1F252B;
    --color-facility-variant: #111518;
    --color-tinted-gray: #555e5c;
    --color-tinted-white: #ecf9f6;
    --color-facility-text: #ffffff;

    --color-primary: #68716f;
    --color-primary-rgb: 104,113,111;
    --color-primary-hover: #505655;
    --color-primary-hover-rgb: 80,86,85;    
    --color-primary-dark: #505655;
    --color-primary-light: #818b89;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #68716f;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #68716f;
    
    --color-primary-alert-background: #babec1;
    --color-primary-alert-border: #9ea4a5;
    --color-primary-alert-text: #181b1a;

    --color-secondary: #97a09e;
    --color-secondary-rgb: 151,160,158;
    --color-secondary-hover: #7c8885;
    --color-secondary-hover-rgb: 124,136,133;
    --color-secondary-dark: #7c8885;
    --color-secondary-light: #b2b8b7;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #97a09e;
    --color-secondary-on-black: #97a09e;
    --color-secondary-ceil: #97a09e;

    --color-secondary-alert-background: #ccd1d3;
    --color-secondary-alert-border: #bbc0c2;
    --color-secondary-alert-text: #181b1a;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #68716f;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(151, 160, 158, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://impactkampsportcenter.wondr.se/branding/checkboxImage?h=1758872952_3aac0853');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #68716f;
    --bs-primary-rgb: 104,113,111;
    --bs-primary-bg-subtle: #818b89;
    --bs-primary-border-subtle: #818b89;
    --bs-primary-text-emphasis: #505655;

    /* secondary */
    --bs-secondary: #97a09e;
    --bs-secondary-rgb: 151,160,158;
    --bs-secondary-bg-subtle: #b2b8b7;
    --bs-secondary-border-subtle: #b2b8b7;
    --bs-secondary-text-emphasis: #7c8885;

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

    --stroke-linecap: round;
    
}   


