

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #cf7c42;
    --color-primary-rgb: 207,124,66;
    --color-primary-hover: #b1632c;
    --color-primary-hover-rgb: 177,99,44;    
    --color-primary-dark: #b1632c;
    --color-primary-light: #d9986a;
    --color-primary-text: #f8f1eb;
    --color-primary-on-white: #cf7c42;
    --color-primary-on-black: #cf7c42;

    --color-primary-alert-background: #e2c2ae;
    --color-primary-alert-border: #dcaa8a;
    --color-primary-alert-text: #28160a;

    --color-secondary: #7a7a7a;
    --color-secondary-rgb: 122,122,122;
    --color-secondary-hover: #606060;
    --color-secondary-hover-rgb: 96,96,96;
    --color-secondary-dark: #606060;
    --color-secondary-light: #939393;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #7a7a7a;
    --color-secondary-on-black: #7a7a7a;

    --color-secondary-alert-background: #c0c1c5;
    --color-secondary-alert-border: #a9a9ac;
    --color-secondary-alert-text: #191919;

    --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(122, 122, 122, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://boostnacka.wondr.se/branding/checkboxImage?h=1749805042_015ba4fa');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #cf7c42;
    --bs-primary-rgb: 207,124,66;
    --bs-primary-bg-subtle: #d9986a;
    --bs-primary-border-subtle: #d9986a;
    --bs-primary-text-emphasis: #b1632c;

    --bs-secondary: #7a7a7a;
    --bs-secondary-rgb: 122,122,122;
    --bs-secondary-bg-subtle: #939393;
    --bs-secondary-border-subtle: #939393;
    --bs-secondary-text-emphasis: #606060;

    --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;
    
}   


