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

:root {
    --general-font-family: Roboto;
    --header-font-family: Allerta Stencil;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5a5e55;
    --color-tinted-white: #f4f9ec;
    --color-facility-text: #000000;

    --color-primary: #063d1d;
    --color-primary-rgb: 6,61,29;
    --color-primary-hover: #0b6b33;
    --color-primary-hover-rgb: 11,107,51;    
    --color-primary-dark: #010f07;
    --color-primary-light: #0b6b33;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #063d1d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #92a9a0;
    --color-primary-alert-border: #648574;
    --color-primary-alert-text: #052e16;

    --color-secondary: #546536;
    --color-secondary-rgb: 84,101,54;
    --color-secondary-hover: #708648;
    --color-secondary-hover-rgb: 112,134,72;
    --color-secondary-dark: #384424;
    --color-secondary-light: #708648;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #546536;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b2b9aa;
    --color-secondary-alert-border: #929d83;
    --color-secondary-alert-text: #1c2112;

    --color-light: #e6f4ec;
    --color-light-rgb: 230,244,236;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d1;
    --color-light-hover: #c2e5d1;
    --color-light-hover-rgb: 194,229,209;
    --color-light-dark: #c2e5d1;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ec;
    --color-light-on-black: #e6f4ec;
    --color-light-border: #063d1d;

    --color-light-alert-background: #ecf2f3;
    --color-light-alert-border: #eaf3f0;
    --color-light-alert-text: #0f2418;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #063d1d;
    --bs-primary-rgb: 6,61,29;
    --bs-primary-bg-subtle: #0b6b33;
    --bs-primary-border-subtle: #0b6b33;
    --bs-primary-text-emphasis: #010f07;

    /* secondary */
    --bs-secondary: #546536;
    --bs-secondary-rgb: 84,101,54;
    --bs-secondary-bg-subtle: #708648;
    --bs-secondary-border-subtle: #708648;
    --bs-secondary-text-emphasis: #384424;

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

    --stroke-linecap: round;
    
}   


