
@import url('https://fonts.googleapis.com/css?family=DM Sans:100,200,300,400,500,600,700,800,900');
body { font-family: 'DM Sans', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555b5e;
    --color-tinted-white: #ecf5f9;
    --color-facility-text: #000000;

    --color-primary: #22343c;
    --color-primary-rgb: 34,52,60;
    --color-primary-hover: #34505d;
    --color-primary-hover-rgb: 52,80,93;    
    --color-primary-dark: #10181b;
    --color-primary-light: #34505d;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #22343c;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9ea5ac;
    --color-primary-alert-border: #748087;
    --color-primary-alert-text: #121c21;

    --color-secondary: #22343c;
    --color-secondary-rgb: 34,52,60;
    --color-secondary-hover: #34505d;
    --color-secondary-hover-rgb: 52,80,93;
    --color-secondary-dark: #10181b;
    --color-secondary-light: #34505d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #22343c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9ea5ac;
    --color-secondary-alert-border: #748087;
    --color-secondary-alert-text: #121c21;

    --color-light: #e6f0f4;
    --color-light-rgb: 230,240,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dae5;
    --color-light-hover: #c2dae5;
    --color-light-hover-rgb: 194,218,229;
    --color-light-dark: #c2dae5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f0f4;
    --color-light-on-black: #e6f0f4;
    --color-light-border: #22343c;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1d24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(34, 52, 60, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://rejoice.wondr.se/branding/checkboxImage?h=1744200241_cb9e5177');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #22343c;
    --bs-primary-rgb: 34,52,60;
    --bs-primary-bg-subtle: #34505d;
    --bs-primary-border-subtle: #34505d;
    --bs-primary-text-emphasis: #10181b;

    /* secondary */
    --bs-secondary: #22343c;
    --bs-secondary-rgb: 34,52,60;
    --bs-secondary-bg-subtle: #34505d;
    --bs-secondary-border-subtle: #34505d;
    --bs-secondary-text-emphasis: #10181b;

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

    --stroke-linecap: round;
    
}   


