

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363033;
    --color-tinted-white: #f9ecf3;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #7eb7a5;
    --color-primary-rgb: 126,183,165;
    --color-primary-hover: #5da58e;
    --color-primary-hover-rgb: 93,165,142;    
    --color-primary-dark: #5da58e;
    --color-primary-light: #9fc9bc;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7eb7a5;
    --color-primary-on-black: #7eb7a5;
    --color-primary-ceil: #7eb7a5;
    --color-primary-floor: #7eb7a5;
    
    --color-primary-alert-background: #c2dad6;
    --color-primary-alert-border: #accec6;
    --color-primary-alert-text: #12211c;
    
    --primary-h: 161;
    --primary-s: 28%;
    --primary-l: 61%;

    --color-secondary: #b3acb0;
    --color-secondary-rgb: 179,172,176;
    --color-secondary-hover: #9b9197;
    --color-secondary-hover-rgb: 155,145,151;
    --color-secondary-dark: #9b9197;
    --color-secondary-light: #cbc7c9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b3acb0;
    --color-secondary-on-black: #b3acb0;
    --color-secondary-ceil: #b3acb0;
    --color-secondary-floor: #b3acb0;

    --color-secondary-alert-background: #d8d5db;
    --color-secondary-alert-border: #cbc8cc;
    --color-secondary-alert-text: #1b181a;
    
    --secondary-h: 326;
    --secondary-s: 4%;
    --secondary-l: 69%;

    --color-light: #e6f4f0;
    --color-light-rgb: 230,244,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5da;
    --color-light-hover: #c2e5da;
    --color-light-hover-rgb: 194,229,218;
    --color-light-dark: #c2e5da;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f0;
    --color-light-on-black: #e6f4f0;
    --color-light-border: #7eb7a5;

    --color-light-alert-background: #ecf2f4;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241d;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(179, 172, 176, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mstnordic.wondr.cc/branding/checkboxImage?h=1783067323_d9e82519');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 51, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7eb7a5;
    --bs-primary-rgb: 126,183,165;
    --bs-primary-bg-subtle: #9fc9bc;
    --bs-primary-border-subtle: #9fc9bc;
    --bs-primary-text-emphasis: #5da58e;

    /* secondary */
    --bs-secondary: #b3acb0;
    --bs-secondary-rgb: 179,172,176;
    --bs-secondary-bg-subtle: #cbc7c9;
    --bs-secondary-border-subtle: #cbc7c9;
    --bs-secondary-text-emphasis: #9b9197;

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

    --stroke-linecap: round;
    
}



