

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #fccd25;
    --color-primary-rgb: 252,205,37;
    --color-primary-hover: #eab803;
    --color-primary-hover-rgb: 234,184,3;    
    --color-primary-dark: #eab803;
    --color-primary-light: #fcd857;
    --color-primary-text: #282724;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #fccd25;

    --color-primary-alert-background: #f4e2a3;
    --color-primary-alert-border: #f7db79;
    --color-primary-alert-text: #322700;

    --color-secondary: #4a4a4a;
    --color-secondary-rgb: 74,74,74;
    --color-secondary-hover: #636363;
    --color-secondary-hover-rgb: 99,99,99;
    --color-secondary-dark: #303030;
    --color-secondary-light: #636363;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #4a4a4a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #adaeb1;
    --color-secondary-alert-border: #8c8c8f;
    --color-secondary-alert-text: #191919;

    --color-danger: #d0021b;
    --color-danger-hover: #9d0114;
    --color-danger-dark: #9d0114;
    --color-danger-light: #fc0826;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #d0021b;
    --color-danger-on-black: #d0021b;

    --color-danger-alert-background: #e3919f;
    --color-danger-alert-border: #dc6173;
    --color-danger-alert-text: #320006;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(74, 74, 74, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://funlifeab.wondr.se/branding/checkboxImage?h=1751354586_4ccf60f9');

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

    /* bootstrap 5 fixes */
    --bs-primary: #fccd25;
    --bs-primary-rgb: 252,205,37;
    --bs-primary-bg-subtle: #fcd857;
    --bs-primary-border-subtle: #fcd857;
    --bs-primary-text-emphasis: #eab803;

    --bs-secondary: #4a4a4a;
    --bs-secondary-rgb: 74,74,74;
    --bs-secondary-bg-subtle: #636363;
    --bs-secondary-border-subtle: #636363;
    --bs-secondary-text-emphasis: #303030;

    --bs-danger: #d0021b;
    --bs-danger-rgb: 208,2,27;
    --bs-danger-bg-subtle: #fc0826;
    --bs-danger-border-subtle: #fc0826;
    --bs-danger-text-emphasis: #9d0114;


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

    --stroke-linecap: round;
    
}   


