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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5855;
    --color-tinted-white: #f9f0ec;
    --color-facility-text: #ffffff;

    --color-primary: #dd6c2d;
    --color-primary-rgb: 221,108,45;
    --color-primary-hover: #b9551e;
    --color-primary-hover-rgb: 185,85,30;    
    --color-primary-dark: #b9551e;
    --color-primary-light: #e48b59;
    --color-primary-text: #000000;
    --color-primary-on-white: #dd6c2d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #e8bca6;
    --color-primary-alert-border: #e5a17e;
    --color-primary-alert-text: #2c1407;

    --color-secondary: #220e04;
    --color-secondary-rgb: 34,14,4;
    --color-secondary-hover: #502109;
    --color-secondary-hover-rgb: 80,33,9;
    --color-secondary-dark: #000000;
    --color-secondary-light: #502109;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #220e04;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9e9696;
    --color-secondary-alert-border: #746965;
    --color-secondary-alert-text: #2e1305;

    --color-light: #f4ebe6;
    --color-light-rgb: 244,235,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5cfc2;
    --color-light-hover: #e5cfc2;
    --color-light-hover-rgb: 229,207,194;
    --color-light-dark: #e5cfc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ebe6;
    --color-light-on-black: #f4ebe6;
    --color-light-border: #dd6c2d;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24170f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(34, 14, 4, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://remend.wondr.se/branding/checkboxImage?h=1754380021_6ff1acf4');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #dd6c2d;
    --bs-primary-rgb: 221,108,45;
    --bs-primary-bg-subtle: #e48b59;
    --bs-primary-border-subtle: #e48b59;
    --bs-primary-text-emphasis: #b9551e;

    /* secondary */
    --bs-secondary: #220e04;
    --bs-secondary-rgb: 34,14,4;
    --bs-secondary-bg-subtle: #502109;
    --bs-secondary-border-subtle: #502109;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


