
@import url('https://fonts.googleapis.com/css?family=Noto Sans Indic Siyaq Numbers:400');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Noto Sans Indic Siyaq Numbers', sans-serif; }

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

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

    --color-facility: #000000;
    --color-tinted-gray: #55585e;
    --color-tinted-white: #ecf0f9;
    --color-facility-text: #ffffff;

    --color-primary: #607ff6;
    --color-primary-rgb: 96,127,246;
    --color-primary-hover: #3058f3;
    --color-primary-hover-rgb: 48,88,243;    
    --color-primary-dark: #3058f3;
    --color-primary-light: #90a6f9;
    --color-primary-text: #000000;
    --color-primary-on-white: #607ff6;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b6c3f7;
    --color-primary-alert-border: #9aadf6;
    --color-primary-alert-text: #030c30;

    --color-secondary: #00338f;
    --color-secondary-rgb: 0,51,143;
    --color-secondary-hover: #0045c2;
    --color-secondary-hover-rgb: 0,69,194;
    --color-secondary-dark: #00215c;
    --color-secondary-light: #0045c2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #00338f;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90a5cd;
    --color-secondary-alert-border: #607fb9;
    --color-secondary-alert-text: #001233;

    --color-light: #e6e9f4;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2c9e5;
    --color-light-hover: #c2c9e5;
    --color-light-hover-rgb: 194,201,229;
    --color-light-dark: #c2c9e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e9f4;
    --color-light-on-black: #e6e9f4;
    --color-light-border: #607ff6;

    --color-light-alert-background: #eceef6;
    --color-light-alert-border: #eaecf5;
    --color-light-alert-text: #0f1424;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(0, 51, 143, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hitness.wondr.se/branding/checkboxImage?h=1739970180_d8b0d259');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #607ff6;
    --bs-primary-rgb: 96,127,246;
    --bs-primary-bg-subtle: #90a6f9;
    --bs-primary-border-subtle: #90a6f9;
    --bs-primary-text-emphasis: #3058f3;

    /* secondary */
    --bs-secondary: #00338f;
    --bs-secondary-rgb: 0,51,143;
    --bs-secondary-bg-subtle: #0045c2;
    --bs-secondary-border-subtle: #0045c2;
    --bs-secondary-text-emphasis: #00215c;

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

    --stroke-linecap: round;
    
}   


