

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

    --border-radius: 20px;

    --color-facility: #1F252B;
    --color-tinted-gray: #545a5d;
    --color-tinted-white: #ebf4f8;
    --color-facility-text: #ebf2f8;

    --border-radius: 20px;

    --color-primary: #207a8d;
    --color-primary-rgb: 32,122,141;
    --color-primary-hover: #299db6;
    --color-primary-hover-rgb: 41,157,182;    
    --color-primary-dark: #165663;
    --color-primary-light: #299db6;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #207a8d;
    --color-primary-on-black: #207a8d;

    --color-primary-alert-background: #9cc1cc;
    --color-primary-alert-border: #73a9b7;
    --color-primary-alert-text: #092329;

    --color-secondary: #9da3a6;
    --color-secondary-rgb: 157,163,166;
    --color-secondary-hover: #82898d;
    --color-secondary-hover-rgb: 130,137,141;
    --color-secondary-dark: #82898d;
    --color-secondary-light: #b7bcbe;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #9da3a6;
    --color-secondary-on-black: #9da3a6;

    --color-secondary-alert-background: #ced1d6;
    --color-secondary-alert-border: #bec2c6;
    --color-secondary-alert-text: #18191a;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f0f3f7;
    --background-overlay-color: rgba(157, 163, 166, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bjerredssaltsjobad.wondr.se/branding/checkboxImage?h=1749214724_69fdf57f');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545a5d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #207a8d;
    --bs-primary-rgb: 32,122,141;
    --bs-primary-bg-subtle: #299db6;
    --bs-primary-border-subtle: #299db6;
    --bs-primary-text-emphasis: #165663;

    --bs-secondary: #9da3a6;
    --bs-secondary-rgb: 157,163,166;
    --bs-secondary-bg-subtle: #b7bcbe;
    --bs-secondary-border-subtle: #b7bcbe;
    --bs-secondary-text-emphasis: #82898d;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


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

    --stroke-linecap: round;
    
}   


