

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d545a;
    --color-tinted-white: #f8ebf4;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #06949c;
    --color-primary-rgb: 6,148,156;
    --color-primary-hover: #07c2cd;
    --color-primary-hover-rgb: 7,194,205;    
    --color-primary-dark: #04656a;
    --color-primary-light: #07c2cd;
    --color-primary-text: #ebf7f8;
    --color-primary-on-white: #06949c;
    --color-primary-on-black: #06949c;

    --color-primary-alert-background: #92cbd2;
    --color-primary-alert-border: #63b9c0;
    --color-primary-alert-text: #012e31;

    --color-secondary: #bc3f94;
    --color-secondary-rgb: 188,63,148;
    --color-secondary-hover: #953275;
    --color-secondary-hover-rgb: 149,50,117;
    --color-secondary-dark: #953275;
    --color-secondary-light: #ca63a9;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #bc3f94;
    --color-secondary-on-black: #bc3f94;

    --color-secondary-alert-background: #dba9cf;
    --color-secondary-alert-border: #d086bb;
    --color-secondary-alert-text: #260c1e;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(188, 63, 148, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kkallan.wondr.se/branding/checkboxImage?h=1754486813_3c7a3872');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d545a;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #06949c;
    --bs-primary-rgb: 6,148,156;
    --bs-primary-bg-subtle: #07c2cd;
    --bs-primary-border-subtle: #07c2cd;
    --bs-primary-text-emphasis: #04656a;

    --bs-secondary: #bc3f94;
    --bs-secondary-rgb: 188,63,148;
    --bs-secondary-bg-subtle: #ca63a9;
    --bs-secondary-border-subtle: #ca63a9;
    --bs-secondary-text-emphasis: #953275;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


