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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363032;
    --color-tinted-white: #f9ecef;
    --color-facility-text: #000000;

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

    --color-primary: #5c7484;
    --color-primary-rgb: 92,116,132;
    --color-primary-hover: #475a66;
    --color-primary-hover-rgb: 71,90,102;    
    --color-primary-dark: #475a66;
    --color-primary-light: #758e9e;
    --color-primary-text: #FFFFFF;
    --color-primary-on-white: #5c7484;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #5c7484;
    --color-primary-floor: #5c7484;
    
    --color-primary-alert-background: #b5bfc9;
    --color-primary-alert-border: #97a6b2;
    --color-primary-alert-text: #151a1e;
    
    --primary-h: 204;
    --primary-s: 18%;
    --primary-l: 44%;

    --color-secondary: #9c8b8f;
    --color-secondary-rgb: 156,139,143;
    --color-secondary-hover: #847075;
    --color-secondary-hover-rgb: 132,112,117;
    --color-secondary-dark: #847075;
    --color-secondary-light: #b3a7aa;
    --color-secondary-text: #FFFFFF;
    --color-secondary-on-white: #9c8b8f;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #9c8b8f;
    --color-secondary-floor: #9c8b8f;

    --color-secondary-alert-background: #cec8cd;
    --color-secondary-alert-border: #beb4b9;
    --color-secondary-alert-text: #1c1718;
    
    --secondary-h: 346;
    --secondary-s: 8%;
    --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: #5c7484;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(156, 139, 143, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://upuppsala.wondr.se/branding/checkboxImage?h=1769936951_7a5c3bd6');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 50, 1.00);
    --header-transform: none;
    --header-weight: normal;
    --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: #5c7484;
    --bs-primary-rgb: 92,116,132;
    --bs-primary-bg-subtle: #758e9e;
    --bs-primary-border-subtle: #758e9e;
    --bs-primary-text-emphasis: #475a66;

    /* secondary */
    --bs-secondary: #9c8b8f;
    --bs-secondary-rgb: 156,139,143;
    --bs-secondary-bg-subtle: #b3a7aa;
    --bs-secondary-border-subtle: #b3a7aa;
    --bs-secondary-text-emphasis: #847075;

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

    --stroke-linecap: round;
    
}



