
@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: #9b9b9b;
    --color-primary-rgb: 155,155,155;
    --color-primary-hover: #828282;
    --color-primary-hover-rgb: 130,130,130;    
    --color-primary-dark: #828282;
    --color-primary-light: #b5b5b5;
    --color-primary-text: #000000;
    --color-primary-on-white: #9b9b9b;
    --color-primary-on-black: #9b9b9b;
    --color-primary-ceil: #9b9b9b;
    
    --color-primary-alert-background: #cecfd2;
    --color-primary-alert-border: #bdbdc0;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #6e6e6e;
    --color-secondary-rgb: 110,110,110;
    --color-secondary-hover: #555555;
    --color-secondary-hover-rgb: 85,85,85;
    --color-secondary-dark: #555555;
    --color-secondary-light: #888888;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6e6e6e;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #6e6e6e;

    --color-secondary-alert-background: #bcbdc0;
    --color-secondary-alert-border: #a2a2a5;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #9b9b9b;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tinytree.wondr.se/branding/checkboxImage?h=1764338763_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: #9b9b9b;
    --bs-primary-rgb: 155,155,155;
    --bs-primary-bg-subtle: #b5b5b5;
    --bs-primary-border-subtle: #b5b5b5;
    --bs-primary-text-emphasis: #828282;

    /* secondary */
    --bs-secondary: #6e6e6e;
    --bs-secondary-rgb: 110,110,110;
    --bs-secondary-bg-subtle: #888888;
    --bs-secondary-border-subtle: #888888;
    --bs-secondary-text-emphasis: #555555;

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

    --stroke-linecap: butt;
    
}   


