

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #262525;
    --color-primary-rgb: 38,37,37;
    --color-primary-hover: #403e3e;
    --color-primary-hover-rgb: 64,62,62;    
    --color-primary-dark: #0c0c0c;
    --color-primary-light: #403e3e;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #262525;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #262525;
    
    --color-primary-alert-background: #9f9fa3;
    --color-primary-alert-border: #777779;
    --color-primary-alert-text: #1a1919;

    --color-secondary: #262525;
    --color-secondary-rgb: 38,37,37;
    --color-secondary-hover: #403e3e;
    --color-secondary-hover-rgb: 64,62,62;
    --color-secondary-dark: #0c0c0c;
    --color-secondary-light: #403e3e;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #262525;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #262525;

    --color-secondary-alert-background: #9f9fa3;
    --color-secondary-alert-border: #777779;
    --color-secondary-alert-text: #1a1919;

    --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: #262525;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(38, 37, 37, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ntc.wondr.se/branding/checkboxImage?h=1743406401_3b92c8bf');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #262525;
    --bs-primary-rgb: 38,37,37;
    --bs-primary-bg-subtle: #403e3e;
    --bs-primary-border-subtle: #403e3e;
    --bs-primary-text-emphasis: #0c0c0c;

    /* secondary */
    --bs-secondary: #262525;
    --bs-secondary-rgb: 38,37,37;
    --bs-secondary-bg-subtle: #403e3e;
    --bs-secondary-border-subtle: #403e3e;
    --bs-secondary-text-emphasis: #0c0c0c;

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

    --stroke-linecap: round;
    
}   


