

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

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

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

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

    --color-primary: #031c56;
    --color-primary-rgb: 3,28,86;
    --color-primary-hover: #052c87;
    --color-primary-hover-rgb: 5,44,135;    
    --color-primary-dark: #010c25;
    --color-primary-light: #052c87;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #031c56;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #031c56;
    --color-primary-floor: #031c56;
    
    --color-primary-alert-background: #919cb7;
    --color-primary-alert-border: #627196;
    --color-primary-alert-text: #021031;
    
    --primary-h: 222;
    --primary-s: 93%;
    --primary-l: 17%;

    --color-secondary: #070707;
    --color-secondary-rgb: 7,7,7;
    --color-secondary-hover: #212121;
    --color-secondary-hover-rgb: 33,33,33;
    --color-secondary-dark: #000000;
    --color-secondary-light: #212121;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #070707;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #070707;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #939397;
    --color-secondary-alert-border: #646567;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 3%;

    --color-light: #e6eaf4;
    --color-light-rgb: 230,234,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2cde5;
    --color-light-hover: #c2cde5;
    --color-light-hover-rgb: 194,205,229;
    --color-light-dark: #c2cde5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eaf4;
    --color-light-on-black: #e6eaf4;
    --color-light-border: #031c56;

    --color-light-alert-background: #eceef6;
    --color-light-alert-border: #eaedf5;
    --color-light-alert-text: #0f1524;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(7, 7, 7, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://grauscentre.wondr.cc/branding/checkboxImage?h=1764687595_1aea0fbc');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 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: #031c56;
    --bs-primary-rgb: 3,28,86;
    --bs-primary-bg-subtle: #052c87;
    --bs-primary-border-subtle: #052c87;
    --bs-primary-text-emphasis: #010c25;

    /* secondary */
    --bs-secondary: #070707;
    --bs-secondary-rgb: 7,7,7;
    --bs-secondary-bg-subtle: #212121;
    --bs-secondary-border-subtle: #212121;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



