

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #595e55;
    --color-tinted-white: #f1f9ec;
    --color-facility-text: #000000;

    --color-primary: #f97304;
    --color-primary-rgb: 249,115,4;
    --color-primary-hover: #c75c03;
    --color-primary-hover-rgb: 199,92,3;    
    --color-primary-dark: #c75c03;
    --color-primary-light: #fc8f34;
    --color-primary-text: #000000;
    --color-primary-on-white: #f97304;
    --color-primary-on-black: #f97304;

    --color-primary-alert-background: #f4bf96;
    --color-primary-alert-border: #f5a565;
    --color-primary-alert-text: #321701;

    --color-secondary: #7dc846;
    --color-secondary-rgb: 125,200,70;
    --color-secondary-hover: #64a932;
    --color-secondary-hover-rgb: 100,169,50;
    --color-secondary-dark: #64a932;
    --color-secondary-light: #99d46d;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #7dc846;
    --color-secondary-on-black: #7dc846;

    --color-secondary-alert-background: #c2e1b0;
    --color-secondary-alert-border: #abd88d;
    --color-secondary-alert-text: #17270c;

    --color-light: #f4ece6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d2c2;
    --color-light-hover: #e5d2c2;
    --color-light-hover-rgb: 229,210,194;
    --color-light-dark: #e5d2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #f97304;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24190f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(125, 200, 70, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://halsoverketavesta.wondr.se/branding/checkboxImage?h=1735936725_470934c7');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f97304;
    --bs-primary-rgb: 249,115,4;
    --bs-primary-bg-subtle: #fc8f34;
    --bs-primary-border-subtle: #fc8f34;
    --bs-primary-text-emphasis: #c75c03;

    /* secondary */
    --bs-secondary: #7dc846;
    --bs-secondary-rgb: 125,200,70;
    --bs-secondary-bg-subtle: #99d46d;
    --bs-secondary-border-subtle: #99d46d;
    --bs-secondary-text-emphasis: #64a932;

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

    --stroke-linecap: round;
    
}   


