
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,500,600,700');
body { font-family: 'Signika', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Signika', sans-serif; }

:root {
    --general-font-family: Signika;
    --header-font-family: Signika;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e58;
    --color-tinted-white: #ecf9f0;
    --color-facility-text: #000000;

    --color-primary: #8c9a90;
    --color-primary-rgb: 140,154,144;
    --color-primary-hover: #728176;
    --color-primary-hover-rgb: 114,129,118;    
    --color-primary-dark: #728176;
    --color-primary-light: #a7b2aa;
    --color-primary-text: #000000;
    --color-primary-on-white: #8c9a90;
    --color-primary-on-black: #8c9a90;
    --color-primary-ceil: #8c9a90;
    
    --color-primary-alert-background: #c8cece;
    --color-primary-alert-border: #b4bdb9;
    --color-primary-alert-text: #181b19;

    --color-secondary: #76837a;
    --color-secondary-rgb: 118,131,122;
    --color-secondary-hover: #5e6861;
    --color-secondary-hover-rgb: 94,104,97;
    --color-secondary-dark: #5e6861;
    --color-secondary-light: #919b94;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #76837a;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #76837a;

    --color-secondary-alert-background: #bfc5c5;
    --color-secondary-alert-border: #a7afac;
    --color-secondary-alert-text: #181b19;

    --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: #8c9a90;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://studionvaggeryd.se/branding/checkboxImage?h=1697787012_94bb11ed');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8c9a90;
    --bs-primary-rgb: 140,154,144;
    --bs-primary-bg-subtle: #a7b2aa;
    --bs-primary-border-subtle: #a7b2aa;
    --bs-primary-text-emphasis: #728176;

    /* secondary */
    --bs-secondary: #76837a;
    --bs-secondary-rgb: 118,131,122;
    --bs-secondary-bg-subtle: #919b94;
    --bs-secondary-border-subtle: #919b94;
    --bs-secondary-text-emphasis: #5e6861;

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

    --stroke-linecap: round;
    
}   


