

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #000000;

    --color-primary: #f6a823;
    --color-primary-rgb: 246,168,35;
    --color-primary-hover: #dd8f09;
    --color-primary-hover-rgb: 221,143,9;    
    --color-primary-dark: #dd8f09;
    --color-primary-light: #f8bb54;
    --color-primary-text: #000000;
    --color-primary-on-white: #f6a823;
    --color-primary-on-black: #f6a823;

    --color-primary-alert-background: #f2d4a2;
    --color-primary-alert-border: #f4c578;
    --color-primary-alert-text: #312002;

    --color-secondary: #4286c5;
    --color-secondary-rgb: 66,134,197;
    --color-secondary-hover: #326ca2;
    --color-secondary-hover-rgb: 50,108,162;
    --color-secondary-dark: #326ca2;
    --color-secondary-light: #699fd1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #4286c5;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aac6e3;
    --color-secondary-alert-border: #88b1d9;
    --color-secondary-alert-text: #0c1a27;

    --color-light: #f4efe6;
    --color-light-rgb: 244,239,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d8c2;
    --color-light-hover: #e5d8c2;
    --color-light-hover-rgb: 229,216,194;
    --color-light-dark: #e5d8c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #f6a823;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241c0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(66, 134, 197, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://playzone.wondr.se/branding/checkboxImage?h=1756819165_c7c68d0c');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f6a823;
    --bs-primary-rgb: 246,168,35;
    --bs-primary-bg-subtle: #f8bb54;
    --bs-primary-border-subtle: #f8bb54;
    --bs-primary-text-emphasis: #dd8f09;

    /* secondary */
    --bs-secondary: #4286c5;
    --bs-secondary-rgb: 66,134,197;
    --bs-secondary-bg-subtle: #699fd1;
    --bs-secondary-border-subtle: #699fd1;
    --bs-secondary-text-emphasis: #326ca2;

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

    --stroke-linecap: round;
    
}   


