

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

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

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

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

    --color-primary: #c4cfbc;
    --color-primary-rgb: 196,207,188;
    --color-primary-hover: #aaba9e;
    --color-primary-hover-rgb: 170,186,158;    
    --color-primary-dark: #aaba9e;
    --color-primary-light: #dee4da;
    --color-primary-text: #010101;
    --color-primary-on-white: #c4cfbc;
    --color-primary-on-black: #c4cfbc;
    --color-primary-ceil: #becab5;
    
    --color-primary-alert-background: #dee3df;
    --color-primary-alert-border: #d6ddd4;
    --color-primary-alert-text: #191e15;

    --color-secondary: #c2b8b8;
    --color-secondary-rgb: 194,184,184;
    --color-secondary-hover: #aa9d9d;
    --color-secondary-hover-rgb: 170,157,157;
    --color-secondary-dark: #aa9d9d;
    --color-secondary-light: #dad3d3;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #c2b8b8;
    --color-secondary-on-black: #c2b8b8;
    --color-secondary-ceil: #c2b8b8;

    --color-secondary-alert-background: #dedade;
    --color-secondary-alert-border: #d4cfd1;
    --color-secondary-alert-text: #1b1818;

    --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: #c4cfbc;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(194, 184, 184, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fokusfitness.wondr.cc/branding/checkboxImage?h=1767782831_50484021');

    --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: #c4cfbc;
    --bs-primary-rgb: 196,207,188;
    --bs-primary-bg-subtle: #dee4da;
    --bs-primary-border-subtle: #dee4da;
    --bs-primary-text-emphasis: #aaba9e;

    /* secondary */
    --bs-secondary: #c2b8b8;
    --bs-secondary-rgb: 194,184,184;
    --bs-secondary-bg-subtle: #dad3d3;
    --bs-secondary-border-subtle: #dad3d3;
    --bs-secondary-text-emphasis: #aa9d9d;

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

    --stroke-linecap: round;
    
}   


