

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d5d;
    --color-tinted-white: #ebf8f7;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #2baaa1;
    --color-primary-rgb: 43,170,161;
    --color-primary-hover: #20817a;
    --color-primary-hover-rgb: 32,129,122;    
    --color-primary-dark: #20817a;
    --color-primary-light: #3acdc2;
    --color-primary-text: #ebf8f7;
    --color-primary-on-white: #2baaa1;
    --color-primary-on-black: #2baaa1;

    --color-primary-alert-background: #a1d4d4;
    --color-primary-alert-border: #79c6c3;
    --color-primary-alert-text: #0a2826;

    --color-secondary: #2baaa1;
    --color-secondary-rgb: 43,170,161;
    --color-secondary-hover: #20817a;
    --color-secondary-hover-rgb: 32,129,122;
    --color-secondary-dark: #20817a;
    --color-secondary-light: #3acdc2;
    --color-secondary-text: #ebf8f7;
    --color-secondary-on-white: #2baaa1;
    --color-secondary-on-black: #2baaa1;

    --color-secondary-alert-background: #a1d4d4;
    --color-secondary-alert-border: #79c6c3;
    --color-secondary-alert-text: #0a2826;

    --color-danger: #e41bae;
    --color-danger-hover: #b6158b;
    --color-danger-dark: #b6158b;
    --color-danger-light: #e948be;
    --color-danger-text: #f8ebf5;
    --color-danger-on-white: #e41bae;
    --color-danger-on-black: #e41bae;

    --color-danger-alert-background: #eb9bd9;
    --color-danger-alert-border: #e870cb;
    --color-danger-alert-text: #2d0522;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(43, 170, 161, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://littlepeace.wondr.se/branding/checkboxImage?h=1755633391_8c17bf24');

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

    /* bootstrap 5 fixes */
    --bs-primary: #2baaa1;
    --bs-primary-rgb: 43,170,161;
    --bs-primary-bg-subtle: #3acdc2;
    --bs-primary-border-subtle: #3acdc2;
    --bs-primary-text-emphasis: #20817a;

    --bs-secondary: #2baaa1;
    --bs-secondary-rgb: 43,170,161;
    --bs-secondary-bg-subtle: #3acdc2;
    --bs-secondary-border-subtle: #3acdc2;
    --bs-secondary-text-emphasis: #20817a;

    --bs-danger: #e41bae;
    --bs-danger-rgb: 228,27,174;
    --bs-danger-bg-subtle: #e948be;
    --bs-danger-border-subtle: #e948be;
    --bs-danger-text-emphasis: #b6158b;


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

    --stroke-linecap: round;
    
}   


