

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #5e5955;
    --color-tinted-white: #f9f2ec;
    --color-facility-text: #000000;

    --color-primary: #56636c;
    --color-primary-rgb: 86,99,108;
    --color-primary-hover: #6d7d88;
    --color-primary-hover-rgb: 109,125,136;    
    --color-primary-dark: #3f4950;
    --color-primary-light: #6d7d88;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #56636c;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #56636c;
    
    --color-primary-alert-background: #b2b8bf;
    --color-primary-alert-border: #949ca4;
    --color-primary-alert-text: #171a1c;

    --color-secondary: #ff7900;
    --color-secondary-rgb: 255,121,0;
    --color-secondary-hover: #cc6100;
    --color-secondary-hover-rgb: 204,97,0;
    --color-secondary-dark: #cc6100;
    --color-secondary-light: #ff9433;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff7900;
    --color-secondary-on-black: #ff7900;
    --color-secondary-ceil: #ff7900;

    --color-secondary-alert-background: #f6c194;
    --color-secondary-alert-border: #f9a963;
    --color-secondary-alert-text: #331800;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #56636c;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(255, 121, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tygelsjoboxen.wondr.se/branding/checkboxImage?h=1726725490_2a549037');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #56636c;
    --bs-primary-rgb: 86,99,108;
    --bs-primary-bg-subtle: #6d7d88;
    --bs-primary-border-subtle: #6d7d88;
    --bs-primary-text-emphasis: #3f4950;

    /* secondary */
    --bs-secondary: #ff7900;
    --bs-secondary-rgb: 255,121,0;
    --bs-secondary-bg-subtle: #ff9433;
    --bs-secondary-border-subtle: #ff9433;
    --bs-secondary-text-emphasis: #cc6100;

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

    --stroke-linecap: round;
    
}   


