

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

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

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

    --color-primary: #913030;
    --color-primary-rgb: 145,48,48;
    --color-primary-hover: #b73d3d;
    --color-primary-hover-rgb: 183,61,61;    
    --color-primary-dark: #6b2323;
    --color-primary-light: #b73d3d;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #913030;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #caa4a7;
    --color-primary-alert-border: #b77d80;
    --color-primary-alert-text: #260d0d;

    --color-secondary: #4e4e4e;
    --color-secondary-rgb: 78,78,78;
    --color-secondary-hover: #686868;
    --color-secondary-hover-rgb: 104,104,104;
    --color-secondary-dark: #353535;
    --color-secondary-light: #686868;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #4e4e4e;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #afb0b3;
    --color-secondary-alert-border: #8f8f92;
    --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: #913030;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(78, 78, 78, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kingpin.wondr.se/branding/checkboxImage?h=1755242259_de64191c');

    --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: #913030;
    --bs-primary-rgb: 145,48,48;
    --bs-primary-bg-subtle: #b73d3d;
    --bs-primary-border-subtle: #b73d3d;
    --bs-primary-text-emphasis: #6b2323;

    /* secondary */
    --bs-secondary: #4e4e4e;
    --bs-secondary-rgb: 78,78,78;
    --bs-secondary-bg-subtle: #686868;
    --bs-secondary-border-subtle: #686868;
    --bs-secondary-text-emphasis: #353535;

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

    --stroke-linecap: round;
    
}   


