

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55575e;
    --color-tinted-white: #eceef9;
    --color-facility-text: #000000;

    --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: #909fda;
    --color-secondary-rgb: 144,159,218;
    --color-secondary-hover: #6a7ecd;
    --color-secondary-hover-rgb: 106,126,205;
    --color-secondary-dark: #6a7ecd;
    --color-secondary-light: #b6c0e7;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #909fda;
    --color-secondary-on-black: #909fda;

    --color-secondary-alert-background: #cad0eb;
    --color-secondary-alert-border: #b6c0e6;
    --color-secondary-alert-text: #0d1226;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(144, 159, 218, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://krafthalsan.wondr.se/branding/checkboxImage?h=1755753915_b466fcd0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 87, 94, 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: #909fda;
    --bs-secondary-rgb: 144,159,218;
    --bs-secondary-bg-subtle: #b6c0e7;
    --bs-secondary-border-subtle: #b6c0e7;
    --bs-secondary-text-emphasis: #6a7ecd;

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

    --stroke-linecap: round;
    
}   


