

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #fccd25;
    --color-primary-rgb: 252,205,37;
    --color-primary-hover: #ebb803;
    --color-primary-hover-rgb: 235,184,3;    
    --color-primary-dark: #ebb803;
    --color-primary-light: #fdd957;
    --color-primary-text: #000000;
    --color-primary-on-white: #fccd25;
    --color-primary-on-black: #fccd25;

    --color-primary-alert-background: #f5e3a3;
    --color-primary-alert-border: #f7db79;
    --color-primary-alert-text: #322701;

    --color-secondary: #4a4a4a;
    --color-secondary-rgb: 74,74,74;
    --color-secondary-hover: #646464;
    --color-secondary-hover-rgb: 100,100,100;
    --color-secondary-dark: #313131;
    --color-secondary-light: #646464;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #4a4a4a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aeaeb2;
    --color-secondary-alert-border: #8c8d8f;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4f1e6;
    --color-light-rgb: 244,241,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5ddc2;
    --color-light-hover: #e5ddc2;
    --color-light-hover-rgb: 229,221,194;
    --color-light-dark: #e5ddc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f1e6;
    --color-light-on-black: #f4f1e6;
    --color-light-border: #fccd25;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f1ed;
    --color-light-alert-text: #241f0f;

    --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=1751866708_4ccf60f9');

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

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

    /* secondary */
    --bs-secondary: #4a4a4a;
    --bs-secondary-rgb: 74,74,74;
    --bs-secondary-bg-subtle: #646464;
    --bs-secondary-border-subtle: #646464;
    --bs-secondary-text-emphasis: #313131;

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

    --stroke-linecap: round;
    
}   


