

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

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

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

    --color-primary: #7f7f7f;
    --color-primary-rgb: 127,127,127;
    --color-primary-hover: #666666;
    --color-primary-hover-rgb: 102,102,102;    
    --color-primary-dark: #666666;
    --color-primary-light: #999999;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7f7f7f;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c3c3c7;
    --color-primary-alert-border: #acadaf;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #25a228;
    --color-secondary-rgb: 37,162,40;
    --color-secondary-hover: #2ecc32;
    --color-secondary-hover-rgb: 46,204,50;
    --color-secondary-dark: #1c781e;
    --color-secondary-light: #2ecc32;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #25a228;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9fd1a4;
    --color-secondary-alert-border: #76c27b;
    --color-secondary-alert-text: #092a0a;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #7f7f7f;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(37, 162, 40, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitnessklubben.nu/branding/checkboxImage?h=1758794091_07fa94c1');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7f7f7f;
    --bs-primary-rgb: 127,127,127;
    --bs-primary-bg-subtle: #999999;
    --bs-primary-border-subtle: #999999;
    --bs-primary-text-emphasis: #666666;

    /* secondary */
    --bs-secondary: #25a228;
    --bs-secondary-rgb: 37,162,40;
    --bs-secondary-bg-subtle: #2ecc32;
    --bs-secondary-border-subtle: #2ecc32;
    --bs-secondary-text-emphasis: #1c781e;

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

    --stroke-linecap: round;
    
}   


