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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5855;
    --color-tinted-white: #f9f0ec;
    --color-facility-text: #000000;

    --color-primary: #5bd123;
    --color-primary-rgb: 91,209,35;
    --color-primary-hover: #48a51c;
    --color-primary-hover-rgb: 72,165,28;    
    --color-primary-dark: #48a51c;
    --color-primary-light: #78e047;
    --color-primary-text: #000000;
    --color-primary-on-white: #5bd123;
    --color-primary-on-black: #5bd123;

    --color-primary-alert-background: #b4e4a2;
    --color-primary-alert-border: #97de78;
    --color-primary-alert-text: #132c07;

    --color-secondary: #ff955f;
    --color-secondary-rgb: 255,149,95;
    --color-secondary-hover: #ff732c;
    --color-secondary-hover-rgb: 255,115,44;
    --color-secondary-dark: #ff732c;
    --color-secondary-light: #ffb792;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff955f;
    --color-secondary-on-black: #ff955f;

    --color-secondary-alert-background: #f6ccba;
    --color-secondary-alert-border: #f9ba9c;
    --color-secondary-alert-text: #331100;

    --color-light: #ebf4e6;
    --color-light-rgb: 235,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cde5c2;
    --color-light-hover: #cde5c2;
    --color-light-hover-rgb: 205,229,194;
    --color-light-dark: #cde5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebf4e6;
    --color-light-on-black: #ebf4e6;
    --color-light-border: #5bd123;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #edf3ed;
    --color-light-alert-text: #16240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 149, 95, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klatterhuset.wondr.se/branding/checkboxImage?h=1699449178_d2b57f08');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #5bd123;
    --bs-primary-rgb: 91,209,35;
    --bs-primary-bg-subtle: #78e047;
    --bs-primary-border-subtle: #78e047;
    --bs-primary-text-emphasis: #48a51c;

    /* secondary */
    --bs-secondary: #ff955f;
    --bs-secondary-rgb: 255,149,95;
    --bs-secondary-bg-subtle: #ffb792;
    --bs-secondary-border-subtle: #ffb792;
    --bs-secondary-text-emphasis: #ff732c;

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

    --stroke-linecap: round;
    
}   


