
@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: #515151;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #ecedf9;
    --color-facility-text: #ffffff;

    --color-primary: #f48c43;
    --color-primary-rgb: 244,140,67;
    --color-primary-hover: #f16f13;
    --color-primary-hover-rgb: 241,111,19;    
    --color-primary-dark: #f16f13;
    --color-primary-light: #f7a973;
    --color-primary-text: #000000;
    --color-primary-on-white: #f48c43;
    --color-primary-on-black: #f48c43;

    --color-primary-alert-background: #f2c9af;
    --color-primary-alert-border: #f2b48b;
    --color-primary-alert-text: #301603;

    --color-secondary: #3a3e70;
    --color-secondary-rgb: 58,62,112;
    --color-secondary-hover: #4b5192;
    --color-secondary-hover-rgb: 75,81,146;
    --color-secondary-dark: #292b4e;
    --color-secondary-light: #4b5192;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #3a3e70;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a7a9c1;
    --color-secondary-alert-border: #8386a6;
    --color-secondary-alert-text: #111322;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d1c2;
    --color-light-hover: #e5d1c2;
    --color-light-hover-rgb: 229,209,194;
    --color-light-dark: #e5d1c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #f48c43;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(58, 62, 112, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://3475kraftverket.wondr.cc/branding/checkboxImage?h=1752240715_d1a64599');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f48c43;
    --bs-primary-rgb: 244,140,67;
    --bs-primary-bg-subtle: #f7a973;
    --bs-primary-border-subtle: #f7a973;
    --bs-primary-text-emphasis: #f16f13;

    /* secondary */
    --bs-secondary: #3a3e70;
    --bs-secondary-rgb: 58,62,112;
    --bs-secondary-bg-subtle: #4b5192;
    --bs-secondary-border-subtle: #4b5192;
    --bs-secondary-text-emphasis: #292b4e;

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

    --stroke-linecap: round;
    
}   


