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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #55545d;
    --color-tinted-white: #edebf8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #6f5ce9;
    --color-primary-rgb: 111,92,233;
    --color-primary-hover: #472fe2;
    --color-primary-hover-rgb: 71,47,226;    
    --color-primary-dark: #472fe2;
    --color-primary-light: #9688ef;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #6f5ce9;
    --color-primary-on-black: #6f5ce9;

    --color-primary-alert-background: #bcb5f1;
    --color-primary-alert-border: #a297ee;
    --color-primary-alert-text: #0b062c;

    --color-secondary: #6f5ce9;
    --color-secondary-rgb: 111,92,233;
    --color-secondary-hover: #472fe2;
    --color-secondary-hover-rgb: 71,47,226;
    --color-secondary-dark: #472fe2;
    --color-secondary-light: #9688ef;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6f5ce9;
    --color-secondary-on-black: #6f5ce9;

    --color-secondary-alert-background: #bcb5f1;
    --color-secondary-alert-border: #a297ee;
    --color-secondary-alert-text: #0b062c;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(111, 92, 233, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://boxlab.wondr.cc/branding/checkboxImage?h=1756812999_25ba8f6c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #55545d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #6f5ce9;
    --bs-primary-rgb: 111,92,233;
    --bs-primary-bg-subtle: #9688ef;
    --bs-primary-border-subtle: #9688ef;
    --bs-primary-text-emphasis: #472fe2;

    --bs-secondary: #6f5ce9;
    --bs-secondary-rgb: 111,92,233;
    --bs-secondary-bg-subtle: #9688ef;
    --bs-secondary-border-subtle: #9688ef;
    --bs-secondary-text-emphasis: #472fe2;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


