
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900');
body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Barlow', sans-serif; }

:root {
    --general-font-family: Roboto;
    --header-font-family: Barlow;

    --border-radius: 20px;

    --color-facility: #414141;
    --color-tinted-gray: #545a5d;
    --color-tinted-white: #ebf4f8;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #101213;
    --color-primary-rgb: 16,18,19;
    --color-primary-hover: #272c2e;
    --color-primary-hover-rgb: 39,44,46;    
    --color-primary-dark: #000000;
    --color-primary-light: #272c2e;
    --color-primary-text: #ebf4f8;
    --color-primary-on-white: #101213;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #96979b;
    --color-primary-alert-border: #696b6e;
    --color-primary-alert-text: #171a1b;

    --color-secondary: #101213;
    --color-secondary-rgb: 16,18,19;
    --color-secondary-hover: #272c2e;
    --color-secondary-hover-rgb: 39,44,46;
    --color-secondary-dark: #000000;
    --color-secondary-light: #272c2e;
    --color-secondary-text: #ebf4f8;
    --color-secondary-on-white: #101213;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #96979b;
    --color-secondary-alert-border: #696b6e;
    --color-secondary-alert-text: #171a1b;

    --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: #f7f0f0;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://xt-molde.wondr.cc/branding/checkboxImage?h=1752826149_271e0ebf');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545a5d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #101213;
    --bs-primary-rgb: 16,18,19;
    --bs-primary-bg-subtle: #272c2e;
    --bs-primary-border-subtle: #272c2e;
    --bs-primary-text-emphasis: #000000;

    --bs-secondary: #101213;
    --bs-secondary-rgb: 16,18,19;
    --bs-secondary-bg-subtle: #272c2e;
    --bs-secondary-border-subtle: #272c2e;
    --bs-secondary-text-emphasis: #000000;

    --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;
    
}   


