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

:root {
    --general-font-family: Open Sans;
    --header-font-family: default;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363430;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #aab78a;
    --color-primary-rgb: 170,183,138;
    --color-primary-hover: #93a46a;
    --color-primary-hover-rgb: 147,164,106;    
    --color-primary-dark: #93a46a;
    --color-primary-light: #c1caaa;
    --color-primary-text: ;
    --color-primary-on-white: #aab78a;
    --color-primary-on-black: #aab78a;
    --color-primary-ceil: #aab78a;
    --color-primary-floor: #aab78a;
    
    --color-primary-alert-background: #d4dacb;
    --color-primary-alert-border: #c6ceb6;
    --color-primary-alert-text: #1c2013;
    
    --primary-h: 77;
    --primary-s: 24%;
    --primary-l: 63%;

    --color-secondary: #be9f6c;
    --color-secondary-rgb: 190,159,108;
    --color-secondary-hover: #ab874c;
    --color-secondary-hover-rgb: 171,135,76;
    --color-secondary-dark: #ab874c;
    --color-secondary-light: #ceb68f;
    --color-secondary-text: ;
    --color-secondary-on-white: #be9f6c;
    --color-secondary-on-black: #be9f6c;
    --color-secondary-ceil: #be9f6c;
    --color-secondary-floor: #be9f6c;

    --color-secondary-alert-background: #dcd0bf;
    --color-secondary-alert-border: #d2c0a4;
    --color-secondary-alert-text: #231c10;
    
    --secondary-h: 37;
    --secondary-s: 39%;
    --secondary-l: 58%;

    --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: #aab78a;

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

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(170, 183, 138, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ashtangauppsala.wondr.se/branding/checkboxImage?h=1787034488_c0b48f2b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 52, 48, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #aab78a;
    --bs-primary-rgb: 170,183,138;
    --bs-primary-bg-subtle: #c1caaa;
    --bs-primary-border-subtle: #c1caaa;
    --bs-primary-text-emphasis: #93a46a;

    /* secondary */
    --bs-secondary: #be9f6c;
    --bs-secondary-rgb: 190,159,108;
    --bs-secondary-bg-subtle: #ceb68f;
    --bs-secondary-border-subtle: #ceb68f;
    --bs-secondary-text-emphasis: #ab874c;

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

    --stroke-linecap: round;
    
}



