

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303236;
    --color-tinted-white: #eceff9;
    --color-facility-text: #000000;

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

    --color-primary: #1d0583;
    --color-primary-rgb: 29,5,131;
    --color-primary-hover: #2807b4;
    --color-primary-hover-rgb: 40,7,180;    
    --color-primary-dark: #120352;
    --color-primary-light: #2807b4;
    --color-primary-text: #acacf7;
    --color-primary-on-white: #1d0583;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #1d0583;
    --color-primary-floor: #1d0583;
    
    --color-primary-alert-background: #9c93c9;
    --color-primary-alert-border: #7163b1;
    --color-primary-alert-text: #0b0231;
    
    --primary-h: 251;
    --primary-s: 93%;
    --primary-l: 27%;

    --color-secondary: #537ef5;
    --color-secondary-rgb: 83,126,245;
    --color-secondary-hover: #235af2;
    --color-secondary-hover-rgb: 35,90,242;
    --color-secondary-dark: #235af2;
    --color-secondary-light: #83a2f8;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #537ef5;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #537ef5;
    --color-secondary-floor: #537ef5;

    --color-secondary-alert-background: #b1c3f6;
    --color-secondary-alert-border: #92acf6;
    --color-secondary-alert-text: #030f30;
    
    --secondary-h: 224;
    --secondary-s: 89%;
    --secondary-l: 64%;

    --color-light: #e9e6f4;
    --color-light-rgb: 233,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c9c2e5;
    --color-light-hover: #c9c2e5;
    --color-light-hover-rgb: 201,194,229;
    --color-light-dark: #c9c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e9e6f4;
    --color-light-on-black: #e9e6f4;
    --color-light-border: #1d0583;

    --color-light-alert-background: #ededf6;
    --color-light-alert-border: #eceaf5;
    --color-light-alert-text: #130f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://struermotion.wondr.cc/branding/checkboxImage?h=1769688599_4f26ca95');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 50, 54, 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: #1d0583;
    --bs-primary-rgb: 29,5,131;
    --bs-primary-bg-subtle: #2807b4;
    --bs-primary-border-subtle: #2807b4;
    --bs-primary-text-emphasis: #120352;

    /* secondary */
    --bs-secondary: #537ef5;
    --bs-secondary-rgb: 83,126,245;
    --bs-secondary-bg-subtle: #83a2f8;
    --bs-secondary-border-subtle: #83a2f8;
    --bs-secondary-text-emphasis: #235af2;

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

    --stroke-linecap: round;
    
}



