

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

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

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

    --border-radius: 20px;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #1a1a1a;
    --color-primary-hover-rgb: 26,26,26;    
    --color-primary-dark: #000000;
    --color-primary-light: #1a1a1a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909194;
    --color-primary-alert-border: #606063;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #918c8c;
    --color-secondary-rgb: 145,140,140;
    --color-secondary-hover: #787272;
    --color-secondary-hover-rgb: 120,114,114;
    --color-secondary-dark: #787272;
    --color-secondary-light: #aaa6a6;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #918c8c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #cac9cc;
    --color-secondary-alert-border: #b7b4b7;
    --color-secondary-alert-text: #1a1919;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(145, 140, 140, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://b2bronneby.wondr.se/branding/checkboxImage?h=1758108951_2d7399cb');

    --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: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-primary-bg-subtle: #1a1a1a;
    --bs-primary-border-subtle: #1a1a1a;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #918c8c;
    --bs-secondary-rgb: 145,140,140;
    --bs-secondary-bg-subtle: #aaa6a6;
    --bs-secondary-border-subtle: #aaa6a6;
    --bs-secondary-text-emphasis: #787272;

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

    --stroke-linecap: round;
    
}   


