
@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=Montserrat:100,200,300,400,500,600,700,800,900');
body { font-family: 'Montserrat', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Montserrat', sans-serif; }

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

    --border-radius: 20px;

    --color-facility: #000000;
    --color-tinted-gray: #5d5a54;
    --color-tinted-white: #f8f3eb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #191919;
    --color-primary-hover-rgb: 25,25,25;    
    --color-primary-dark: #000000;
    --color-primary-light: #191919;
    --color-primary-text: #b88538;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909094;
    --color-primary-alert-border: #606062;
    --color-primary-alert-text: #191919;

    --color-secondary: #b88538;
    --color-secondary-rgb: 184,133,56;
    --color-secondary-hover: #90682c;
    --color-secondary-hover-rgb: 144,104,44;
    --color-secondary-dark: #90682c;
    --color-secondary-light: #cb9d57;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b88538;
    --color-secondary-on-black: #b88538;

    --color-secondary-alert-background: #d9c5aa;
    --color-secondary-alert-border: #ceb084;
    --color-secondary-alert-text: #271c0b;

    --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(184, 133, 56, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://noraboxen.wondr.se/branding/checkboxImage?h=1751262242_11200433');

    --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: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-primary-bg-subtle: #191919;
    --bs-primary-border-subtle: #191919;
    --bs-primary-text-emphasis: #000000;

    --bs-secondary: #b88538;
    --bs-secondary-rgb: 184,133,56;
    --bs-secondary-bg-subtle: #cb9d57;
    --bs-secondary-border-subtle: #cb9d57;
    --bs-secondary-text-emphasis: #90682c;

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


