

: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: #12AECC;
    --color-primary-rgb: 18,174,204;
    --color-primary-hover: #0d869d;
    --color-primary-hover-rgb: 13,134,157;    
    --color-primary-dark: #0d869d;
    --color-primary-light: #25cbeb;
    --color-primary-text: #ebf6f8;
    --color-primary-on-white: #12AECC;
    --color-primary-on-black: #12AECC;

    --color-primary-alert-background: #97d6e5;
    --color-primary-alert-border: #6ac8dd;
    --color-primary-alert-text: #04272e;

    --color-secondary: #A2257C;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cb2e9b;
    --color-secondary-hover-rgb: 203,46,155;
    --color-secondary-dark: #781b5c;
    --color-secondary-light: #cb2e9b;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #A2257C;
    --color-secondary-on-black: #A2257C;

    --color-secondary-alert-background: #d09fc5;
    --color-secondary-alert-border: #c176ad;
    --color-secondary-alert-text: #29091f;

    --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(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lundslivsstil.wondr.se/branding/checkboxImage?h=0000001_96208433');

    --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: #12AECC;
    --bs-primary-rgb: 18,174,204;
    --bs-primary-bg-subtle: #25cbeb;
    --bs-primary-border-subtle: #25cbeb;
    --bs-primary-text-emphasis: #0d869d;

    --bs-secondary: #A2257C;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cb2e9b;
    --bs-secondary-border-subtle: #cb2e9b;
    --bs-secondary-text-emphasis: #781b5c;

    --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;
    
}   


