

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

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

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

    --color-primary: #383838;
    --color-primary-rgb: 56,56,56;
    --color-primary-hover: #525252;
    --color-primary-hover-rgb: 82,82,82;    
    --color-primary-dark: #1f1f1f;
    --color-primary-light: #525252;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #383838;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a6a7ab;
    --color-primary-alert-border: #828284;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #d6d6d6;
    --color-secondary-rgb: 214,214,214;
    --color-secondary-hover: #bdbdbd;
    --color-secondary-hover-rgb: 189,189,189;
    --color-secondary-dark: #bdbdbd;
    --color-secondary-light: #f0f0f0;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d6d6d6;
    --color-secondary-on-black: #d6d6d6;

    --color-secondary-alert-background: #e6e6ea;
    --color-secondary-alert-border: #e0e1e3;
    --color-secondary-alert-text: #1a1a1a;

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

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(214, 214, 214, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ditt.wondr.se/branding/checkboxImage?h=1749471247_0a034f7c');

    --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: #383838;
    --bs-primary-rgb: 56,56,56;
    --bs-primary-bg-subtle: #525252;
    --bs-primary-border-subtle: #525252;
    --bs-primary-text-emphasis: #1f1f1f;

    /* secondary */
    --bs-secondary: #d6d6d6;
    --bs-secondary-rgb: 214,214,214;
    --bs-secondary-bg-subtle: #f0f0f0;
    --bs-secondary-border-subtle: #f0f0f0;
    --bs-secondary-text-emphasis: #bdbdbd;

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

    --stroke-linecap: round;
    
}   


