

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #c5cfbc;
    --color-primary-rgb: 197,207,188;
    --color-primary-hover: #abba9e;
    --color-primary-hover-rgb: 171,186,158;    
    --color-primary-dark: #abba9e;
    --color-primary-light: #dfe4da;
    --color-primary-text: #010101;
    --color-primary-on-white: #c5cfbc;
    --color-primary-on-black: #c5cfbc;
    --color-primary-ceil: #bfcab5;
    
    --color-primary-alert-background: #dfe3df;
    --color-primary-alert-border: #d6ddd4;
    --color-primary-alert-text: #191e15;

    --color-secondary: #aca599;
    --color-secondary-rgb: 172,165,153;
    --color-secondary-hover: #958c7d;
    --color-secondary-hover-rgb: 149,140,125;
    --color-secondary-dark: #958c7d;
    --color-secondary-light: #c3beb5;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #aca599;
    --color-secondary-on-black: #aca599;
    --color-secondary-ceil: #aca599;

    --color-secondary-alert-background: #d5d3d1;
    --color-secondary-alert-border: #c7c3bf;
    --color-secondary-alert-text: #1c1a17;

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

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

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c5cfbc;
    --bs-primary-rgb: 197,207,188;
    --bs-primary-bg-subtle: #dfe4da;
    --bs-primary-border-subtle: #dfe4da;
    --bs-primary-text-emphasis: #abba9e;

    /* secondary */
    --bs-secondary: #aca599;
    --bs-secondary-rgb: 172,165,153;
    --bs-secondary-bg-subtle: #c3beb5;
    --bs-secondary-border-subtle: #c3beb5;
    --bs-secondary-text-emphasis: #958c7d;

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

    --stroke-linecap: round;
    
}   


