

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

    --border-radius: 20px;

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

    --border-radius: 20px;

    --color-primary: #175865;
    --color-primary-rgb: 23,88,101;
    --color-primary-hover: #207c8e;
    --color-primary-hover-rgb: 32,124,142;    
    --color-primary-dark: #0d333b;
    --color-primary-light: #207c8e;
    --color-primary-text: #ebf6f8;
    --color-primary-on-white: #175865;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #99b3bc;
    --color-primary-alert-border: #6d959f;
    --color-primary-alert-text: #092429;

    --color-secondary: #bc3093;
    --color-secondary-rgb: 188,48,147;
    --color-secondary-hover: #932573;
    --color-secondary-hover-rgb: 147,37,115;
    --color-secondary-dark: #932573;
    --color-secondary-light: #d14daa;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #bc3093;
    --color-secondary-on-black: #bc3093;

    --color-secondary-alert-background: #dba3cf;
    --color-secondary-alert-border: #d07dbb;
    --color-secondary-alert-text: #280a1f;

    --color-danger: #34abb3;
    --color-danger-hover: #28858b;
    --color-danger-dark: #28858b;
    --color-danger-light: #4ec3cb;
    --color-danger-text: #242728;
    --color-danger-on-white: #000000;
    --color-danger-on-black: #34abb3;

    --color-danger-alert-background: #a4d5db;
    --color-danger-alert-border: #7fc7ce;
    --color-danger-alert-text: #0b2527;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(188, 48, 147, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://invictamalmo.wondr.se/branding/checkboxImage?h=1749736645_55b4fc90');

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

    /* bootstrap 5 fixes */
    --bs-primary: #175865;
    --bs-primary-rgb: 23,88,101;
    --bs-primary-bg-subtle: #207c8e;
    --bs-primary-border-subtle: #207c8e;
    --bs-primary-text-emphasis: #0d333b;

    --bs-secondary: #bc3093;
    --bs-secondary-rgb: 188,48,147;
    --bs-secondary-bg-subtle: #d14daa;
    --bs-secondary-border-subtle: #d14daa;
    --bs-secondary-text-emphasis: #932573;

    --bs-danger: #34abb3;
    --bs-danger-rgb: 52,171,179;
    --bs-danger-bg-subtle: #4ec3cb;
    --bs-danger-border-subtle: #4ec3cb;
    --bs-danger-text-emphasis: #28858b;


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

    --stroke-linecap: round;
    
}   


