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

:root {
    --general-font-family: ABeeZee;
    --header-font-family: Alata;

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5556;
    --color-tinted-white: #f9eced;
    --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: #d0021b;
    --color-secondary-rgb: 208,2,27;
    --color-secondary-hover: #9d0214;
    --color-secondary-hover-rgb: 157,2,20;
    --color-secondary-dark: #9d0214;
    --color-secondary-light: #fd0826;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #d0021b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e3919f;
    --color-secondary-alert-border: #dd6273;
    --color-secondary-alert-text: #330007;

    --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: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://pulstorsby.wondr.se/branding/checkboxImage?h=1749052501_c976d0eb');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 86, 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: #d0021b;
    --bs-secondary-rgb: 208,2,27;
    --bs-secondary-bg-subtle: #fd0826;
    --bs-secondary-border-subtle: #fd0826;
    --bs-secondary-text-emphasis: #9d0214;

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

    --stroke-linecap: round;
    
}   


