
@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;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #5063d0;
    --color-primary-rgb: 80,99,208;
    --color-primary-hover: #3246bb;
    --color-primary-hover-rgb: 50,70,187;    
    --color-primary-dark: #3246bb;
    --color-primary-light: #7887db;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #5063d0;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b0b8e7;
    --color-primary-alert-border: #909ce0;
    --color-primary-alert-text: #0b0f28;

    --color-secondary: #ad8f51;
    --color-secondary-rgb: 173,143,81;
    --color-secondary-hover: #8a7241;
    --color-secondary-hover-rgb: 138,114,65;
    --color-secondary-dark: #8a7241;
    --color-secondary-light: #bea573;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ad8f51;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #d5cab5;
    --color-secondary-alert-border: #c8b693;
    --color-secondary-alert-text: #231d10;

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

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

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

    /* secondary */
    --bs-secondary: #ad8f51;
    --bs-secondary-rgb: 173,143,81;
    --bs-secondary-bg-subtle: #bea573;
    --bs-secondary-border-subtle: #bea573;
    --bs-secondary-text-emphasis: #8a7241;

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

    --stroke-linecap: round;
    
}   


