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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5d;
    --color-tinted-white: #ecf9f8;
    --color-facility-text: #000000;

    --color-primary: #095b57;
    --color-primary-rgb: 9,91,87;
    --color-primary-hover: #0e8983;
    --color-primary-hover-rgb: 14,137,131;    
    --color-primary-dark: #042d2b;
    --color-primary-light: #0e8983;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #095b57;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #94b5b7;
    --color-primary-alert-border: #659797;
    --color-primary-alert-text: #052e2c;

    --color-secondary: #074744;
    --color-secondary-rgb: 7,71,68;
    --color-secondary-hover: #0c7570;
    --color-secondary-hover-rgb: 12,117,112;
    --color-secondary-dark: #021918;
    --color-secondary-light: #0c7570;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #074744;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #93adaf;
    --color-secondary-alert-border: #648b8c;
    --color-secondary-alert-text: #052e2c;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e3;
    --color-light-hover: #c2e5e3;
    --color-light-hover-rgb: 194,229,227;
    --color-light-dark: #c2e5e3;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #095b57;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2423;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(7, 71, 68, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ichallenge.wondr.cc/branding/checkboxImage?h=1721733692_7935c3e2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #095b57;
    --bs-primary-rgb: 9,91,87;
    --bs-primary-bg-subtle: #0e8983;
    --bs-primary-border-subtle: #0e8983;
    --bs-primary-text-emphasis: #042d2b;

    /* secondary */
    --bs-secondary: #074744;
    --bs-secondary-rgb: 7,71,68;
    --bs-secondary-bg-subtle: #0c7570;
    --bs-secondary-border-subtle: #0c7570;
    --bs-secondary-text-emphasis: #021918;

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

    --stroke-linecap: round;
    
}   


