

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545c5d;
    --color-tinted-white: #ebf7f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #191919;
    --color-primary-hover-rgb: 25,25,25;    
    --color-primary-dark: #000000;
    --color-primary-light: #191919;
    --color-primary-text: #f8ebeb;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909094;
    --color-primary-alert-border: #606062;
    --color-primary-alert-text: #191919;

    --color-secondary: #1b8b99;
    --color-secondary-rgb: 27,139,153;
    --color-secondary-hover: #22b2c4;
    --color-secondary-hover-rgb: 34,178,196;
    --color-secondary-dark: #13636d;
    --color-secondary-light: #22b2c4;
    --color-secondary-text: #ebf7f8;
    --color-secondary-on-white: #1b8b99;
    --color-secondary-on-black: #1b8b99;

    --color-secondary-alert-background: #9ac8d1;
    --color-secondary-alert-border: #70b3be;
    --color-secondary-alert-text: #07272b;

    --color-danger: #b43838;
    --color-danger-hover: #8d2b2b;
    --color-danger-dark: #8d2b2b;
    --color-danger-light: #ca5454;
    --color-danger-text: #f8ebeb;
    --color-danger-on-white: #b43838;
    --color-danger-on-black: #b43838;

    --color-danger-alert-background: #d8a7aa;
    --color-danger-alert-border: #cc8284;
    --color-danger-alert-text: #260c0c;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(27, 139, 153, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://kraftvarket.wondr.se/branding/checkboxImage?h=1750236079_68281fa0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545c5d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-primary-bg-subtle: #191919;
    --bs-primary-border-subtle: #191919;
    --bs-primary-text-emphasis: #000000;

    --bs-secondary: #1b8b99;
    --bs-secondary-rgb: 27,139,153;
    --bs-secondary-bg-subtle: #22b2c4;
    --bs-secondary-border-subtle: #22b2c4;
    --bs-secondary-text-emphasis: #13636d;

    --bs-danger: #b43838;
    --bs-danger-rgb: 180,56,56;
    --bs-danger-bg-subtle: #ca5454;
    --bs-danger-border-subtle: #ca5454;
    --bs-danger-text-emphasis: #8d2b2b;


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

    --stroke-linecap: round;
    
}   


