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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5a54;
    --color-tinted-white: #f8f4eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #5063d0;
    --color-primary-rgb: 80,99,208;
    --color-primary-hover: #3246ba;
    --color-primary-hover-rgb: 50,70,186;    
    --color-primary-dark: #3246ba;
    --color-primary-light: #7886da;
    --color-primary-text: #ebedf8;
    --color-primary-on-white: #5063d0;
    --color-primary-on-black: #5063d0;

    --color-primary-alert-background: #b0b8e7;
    --color-primary-alert-border: #909bdf;
    --color-primary-alert-text: #0a0f28;

    --color-secondary: #ad8f51;
    --color-secondary-rgb: 173,143,81;
    --color-secondary-hover: #8a7240;
    --color-secondary-hover-rgb: 138,114,64;
    --color-secondary-dark: #8a7240;
    --color-secondary-light: #bda573;
    --color-secondary-text: #f8f4eb;
    --color-secondary-on-white: #ad8f51;
    --color-secondary-on-black: #ad8f51;

    --color-secondary-alert-background: #d5c9b4;
    --color-secondary-alert-border: #c7b693;
    --color-secondary-alert-text: #221c10;

    --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: #f0f1f7;
    --background-overlay-color: rgba(173, 143, 81, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://actimera.wondr.se/branding/checkboxImage?h=1756705061_1bd76e69');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5a54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #5063d0;
    --bs-primary-rgb: 80,99,208;
    --bs-primary-bg-subtle: #7886da;
    --bs-primary-border-subtle: #7886da;
    --bs-primary-text-emphasis: #3246ba;

    --bs-secondary: #ad8f51;
    --bs-secondary-rgb: 173,143,81;
    --bs-secondary-bg-subtle: #bda573;
    --bs-secondary-border-subtle: #bda573;
    --bs-secondary-text-emphasis: #8a7240;

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


