

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d55;
    --color-tinted-white: #ebf8ec;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #7f7f7f;
    --color-primary-rgb: 127,127,127;
    --color-primary-hover: #656565;
    --color-primary-hover-rgb: 101,101,101;    
    --color-primary-dark: #656565;
    --color-primary-light: #989898;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7f7f7f;
    --color-primary-on-black: #7f7f7f;

    --color-primary-alert-background: #c2c3c7;
    --color-primary-alert-border: #acacaf;
    --color-primary-alert-text: #191919;

    --color-secondary: #25a228;
    --color-secondary-rgb: 37,162,40;
    --color-secondary-hover: #2ecb32;
    --color-secondary-hover-rgb: 46,203,50;
    --color-secondary-dark: #1b781d;
    --color-secondary-light: #2ecb32;
    --color-secondary-text: #ebf8ec;
    --color-secondary-on-white: #25a228;
    --color-secondary-on-black: #25a228;

    --color-secondary-alert-background: #9ed1a4;
    --color-secondary-alert-border: #76c17a;
    --color-secondary-alert-text: #09290a;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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=1754915339_07fa94c1');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d55;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #25a228;
    --bs-secondary-rgb: 37,162,40;
    --bs-secondary-bg-subtle: #2ecb32;
    --bs-secondary-border-subtle: #2ecb32;
    --bs-secondary-text-emphasis: #1b781d;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


