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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e55;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #000000;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #1a1a1a;
    --color-primary-hover-rgb: 26,26,26;    
    --color-primary-dark: #000000;
    --color-primary-light: #1a1a1a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909194;
    --color-primary-alert-border: #606063;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #15d119;
    --color-secondary-rgb: 21,209,25;
    --color-secondary-hover: #10a313;
    --color-secondary-hover-rgb: 16,163,19;
    --color-secondary-dark: #10a313;
    --color-secondary-light: #2fea33;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #15d119;
    --color-secondary-on-black: #15d119;

    --color-secondary-alert-background: #98e49e;
    --color-secondary-alert-border: #6dde72;
    --color-secondary-alert-text: #052e06;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #000000;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(21, 209, 25, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://xflow.wondr.se/branding/checkboxImage?h=1708441006_c895683c');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-primary-bg-subtle: #1a1a1a;
    --bs-primary-border-subtle: #1a1a1a;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #15d119;
    --bs-secondary-rgb: 21,209,25;
    --bs-secondary-bg-subtle: #2fea33;
    --bs-secondary-border-subtle: #2fea33;
    --bs-secondary-text-emphasis: #10a313;

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

    --stroke-linecap: round;
    
}   


