

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #aeb7db;
    --color-primary-rgb: 174,183,219;
    --color-primary-hover: #8b98cb;
    --color-primary-hover-rgb: 139,152,203;    
    --color-primary-dark: #8b98cb;
    --color-primary-light: #d1d6eb;
    --color-primary-text: #000000;
    --color-primary-on-white: #aeb7db;
    --color-primary-on-black: #aeb7db;

    --color-primary-alert-background: #d6daec;
    --color-primary-alert-border: #c8cee6;
    --color-primary-alert-text: #101423;

    --color-secondary: #b6b623;
    --color-secondary-rgb: 182,182,35;
    --color-secondary-hover: #8b8b1b;
    --color-secondary-hover-rgb: 139,139,27;
    --color-secondary-dark: #8b8b1b;
    --color-secondary-light: #d8d834;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b6b623;
    --color-secondary-on-black: #b6b623;

    --color-secondary-alert-background: #d9d9a2;
    --color-secondary-alert-border: #cdce78;
    --color-secondary-alert-text: #2b2b08;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(182, 182, 35, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kkallan.wondr.se/branding/checkboxImage?h=1757767956_3c7a3872');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 94, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #aeb7db;
    --bs-primary-rgb: 174,183,219;
    --bs-primary-bg-subtle: #d1d6eb;
    --bs-primary-border-subtle: #d1d6eb;
    --bs-primary-text-emphasis: #8b98cb;

    /* secondary */
    --bs-secondary: #b6b623;
    --bs-secondary-rgb: 182,182,35;
    --bs-secondary-bg-subtle: #d8d834;
    --bs-secondary-border-subtle: #d8d834;
    --bs-secondary-text-emphasis: #8b8b1b;

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

    --stroke-linecap: round;
    
}   


