
@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: #5d5c54;
    --color-tinted-white: #f8f6eb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #3c3c3c;
    --color-primary-rgb: 60,60,60;
    --color-primary-hover: #555555;
    --color-primary-hover-rgb: 85,85,85;    
    --color-primary-dark: #222222;
    --color-primary-light: #555555;
    --color-primary-text: #d0c37a;
    --color-primary-on-white: #3c3c3c;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a8a8ac;
    --color-primary-alert-border: #848486;
    --color-primary-alert-text: #191919;

    --color-secondary: #d0c37a;
    --color-secondary-rgb: 208,195,122;
    --color-secondary-hover: #c2b254;
    --color-secondary-hover-rgb: 194,178,84;
    --color-secondary-dark: #c2b254;
    --color-secondary-light: #ddd49f;
    --color-secondary-text: #050505;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #d0c37a;

    --color-secondary-alert-background: #e3dec5;
    --color-secondary-alert-border: #dcd5ac;
    --color-secondary-alert-text: #25220d;

    --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: #f3f3f3;
    --background-overlay-color: rgba(208, 195, 122, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://reformstudio.wondr.se/branding/checkboxImage?h=1753429654_56ad25dc');

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

    /* bootstrap 5 fixes */
    --bs-primary: #3c3c3c;
    --bs-primary-rgb: 60,60,60;
    --bs-primary-bg-subtle: #555555;
    --bs-primary-border-subtle: #555555;
    --bs-primary-text-emphasis: #222222;

    --bs-secondary: #d0c37a;
    --bs-secondary-rgb: 208,195,122;
    --bs-secondary-bg-subtle: #ddd49f;
    --bs-secondary-border-subtle: #ddd49f;
    --bs-secondary-text-emphasis: #c2b254;

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


