

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

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5d;
    --color-tinted-white: #ecf9f8;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #2baaa1;
    --color-primary-rgb: 43,170,161;
    --color-primary-hover: #21817a;
    --color-primary-hover-rgb: 33,129,122;    
    --color-primary-dark: #21817a;
    --color-primary-light: #3bcdc3;
    --color-primary-text: #000000;
    --color-primary-on-white: #2baaa1;
    --color-primary-on-black: #2baaa1;

    --color-primary-alert-background: #a1d5d5;
    --color-primary-alert-border: #7ac6c3;
    --color-primary-alert-text: #0a2927;

    --color-secondary: #2baaa1;
    --color-secondary-rgb: 43,170,161;
    --color-secondary-hover: #21817a;
    --color-secondary-hover-rgb: 33,129,122;
    --color-secondary-dark: #21817a;
    --color-secondary-light: #3bcdc3;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #2baaa1;
    --color-secondary-on-black: #2baaa1;

    --color-secondary-alert-background: #a1d5d5;
    --color-secondary-alert-border: #7ac6c3;
    --color-secondary-alert-text: #0a2927;

    --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=1757627526_8c17bf24');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 94, 93, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    /* secondary */
    --bs-secondary: #2baaa1;
    --bs-secondary-rgb: 43,170,161;
    --bs-secondary-bg-subtle: #3bcdc3;
    --bs-secondary-border-subtle: #3bcdc3;
    --bs-secondary-text-emphasis: #21817a;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


