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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #55575e;
    --color-tinted-white: #eceff9;
    --color-facility-text: #ffffff;

    --color-primary: #4a90e2;
    --color-primary-rgb: 74,144,226;
    --color-primary-hover: #2275d7;
    --color-primary-hover-rgb: 34,117,215;    
    --color-primary-dark: #2275d7;
    --color-primary-light: #76abe9;
    --color-primary-text: #000000;
    --color-primary-on-white: #4a90e2;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aecaef;
    --color-primary-alert-border: #8cb7ea;
    --color-primary-alert-text: #07182c;

    --color-secondary: #1246cf;
    --color-secondary-rgb: 18,70,207;
    --color-secondary-hover: #0e36a0;
    --color-secondary-hover-rgb: 14,54,160;
    --color-secondary-dark: #0e36a0;
    --color-secondary-light: #285eec;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1246cf;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #97ade7;
    --color-secondary-alert-border: #6b8adf;
    --color-secondary-alert-text: #04102f;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #4a90e2;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(18, 70, 207, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://magasinetenkoping.wondr.se/branding/checkboxImage?h=1748951277_05db9c4e');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #4a90e2;
    --bs-primary-rgb: 74,144,226;
    --bs-primary-bg-subtle: #76abe9;
    --bs-primary-border-subtle: #76abe9;
    --bs-primary-text-emphasis: #2275d7;

    /* secondary */
    --bs-secondary: #1246cf;
    --bs-secondary-rgb: 18,70,207;
    --bs-secondary-bg-subtle: #285eec;
    --bs-secondary-border-subtle: #285eec;
    --bs-secondary-text-emphasis: #0e36a0;

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

    --stroke-linecap: round;
    
}   


