

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #303634;
    --color-tinted-white: #ecf9f6;
    --color-facility-text: #ffffff;

    --color-app: #1f252b;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --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-floor: #68716f;
    
    --color-primary-alert-background: #babec1;
    --color-primary-alert-border: #9ea4a5;
    --color-primary-alert-text: #181b1a;
    
    --primary-h: 167;
    --primary-s: 4%;
    --primary-l: 43%;

    --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-floor: #97a09e;

    --color-secondary-alert-background: #ccd1d3;
    --color-secondary-alert-border: #bbc0c2;
    --color-secondary-alert-text: #181b1a;
    
    --secondary-h: 167;
    --secondary-s: 5%;
    --secondary-l: 61%;

    --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=1769181390_3aac0853');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 52, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

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



