

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303630;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #6d716e;
    --color-primary-rgb: 109,113,110;
    --color-primary-hover: #545755;
    --color-primary-hover-rgb: 84,87,85;    
    --color-primary-dark: #545755;
    --color-primary-light: #868b87;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #6d716e;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #6d716e;
    --color-primary-floor: #6d716e;
    
    --color-primary-alert-background: #bcbec0;
    --color-primary-alert-border: #a1a4a5;
    --color-primary-alert-text: #191a19;
    
    --primary-h: 135;
    --primary-s: 2%;
    --primary-l: 44%;

    --color-secondary: #74da74;
    --color-secondary-rgb: 116,218,116;
    --color-secondary-hover: #4ccf4c;
    --color-secondary-hover-rgb: 76,207,76;
    --color-secondary-dark: #4ccf4c;
    --color-secondary-light: #9ce59c;
    --color-secondary-text: #040404;
    --color-secondary-on-white: #74da74;
    --color-secondary-on-black: #74da74;
    --color-secondary-ceil: #74da74;
    --color-secondary-floor: #74da74;

    --color-secondary-alert-background: #bee8c3;
    --color-secondary-alert-border: #a6e3a8;
    --color-secondary-alert-text: #0b280b;
    
    --secondary-h: 120;
    --secondary-s: 58%;
    --secondary-l: 65%;

    --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: #6d716e;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(109, 113, 110, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fysiodanmarklystrup.wondr.cc/branding/checkboxImage?h=1774940301_9e5c6309');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 48, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #6d716e;
    --bs-primary-rgb: 109,113,110;
    --bs-primary-bg-subtle: #868b87;
    --bs-primary-border-subtle: #868b87;
    --bs-primary-text-emphasis: #545755;

    /* secondary */
    --bs-secondary: #74da74;
    --bs-secondary-rgb: 116,218,116;
    --bs-secondary-bg-subtle: #9ce59c;
    --bs-secondary-border-subtle: #9ce59c;
    --bs-secondary-text-emphasis: #4ccf4c;

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

    --stroke-linecap: butt;
    
}



