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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #afafae;
    --color-primary-rgb: 175,175,174;
    --color-primary-hover: #969694;
    --color-primary-hover-rgb: 150,150,148;    
    --color-primary-dark: #969694;
    --color-primary-light: #c8c8c8;
    --color-primary-text: #575757;
    --color-primary-on-white: #afafae;
    --color-primary-on-black: #afafae;

    --color-primary-alert-background: #d6d7da;
    --color-primary-alert-border: #c9c9cb;
    --color-primary-alert-text: #1a1a19;

    --color-secondary: #9b9b9b;
    --color-secondary-rgb: 155,155,155;
    --color-secondary-hover: #828282;
    --color-secondary-hover-rgb: 130,130,130;
    --color-secondary-dark: #828282;
    --color-secondary-light: #b5b5b5;
    --color-secondary-text: #575757;
    --color-secondary-on-white: #9b9b9b;
    --color-secondary-on-black: #9b9b9b;

    --color-secondary-alert-background: #cecfd2;
    --color-secondary-alert-border: #bdbdc0;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4f4e6;
    --color-light-rgb: 244,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5e5c2;
    --color-light-hover: #e5e5c2;
    --color-light-hover-rgb: 229,229,194;
    --color-light-dark: #e5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f4e6;
    --color-light-on-black: #f4f4e6;
    --color-light-border: #afafae;

    --color-light-alert-background: #f2f2f0;
    --color-light-alert-border: #f2f3ed;
    --color-light-alert-text: #24240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tinytree.wondr.se/branding/checkboxImage?h=1760955720_608155e8');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #afafae;
    --bs-primary-rgb: 175,175,174;
    --bs-primary-bg-subtle: #c8c8c8;
    --bs-primary-border-subtle: #c8c8c8;
    --bs-primary-text-emphasis: #969694;

    /* secondary */
    --bs-secondary: #9b9b9b;
    --bs-secondary-rgb: 155,155,155;
    --bs-secondary-bg-subtle: #b5b5b5;
    --bs-secondary-border-subtle: #b5b5b5;
    --bs-secondary-text-emphasis: #828282;

    --fa-style-family: var(--fa-style-family-sharp);
    --fa-style: 100;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: butt;
    
}   


