
@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;

    --color-facility: #000000;
    --color-tinted-gray: #5d5754;
    --color-tinted-white: #f8f0eb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #dd6c2d;
    --color-primary-rgb: 221,108,45;
    --color-primary-hover: #b9551d;
    --color-primary-hover-rgb: 185,85,29;    
    --color-primary-dark: #b9551d;
    --color-primary-light: #e48a58;
    --color-primary-text: #f8f0eb;
    --color-primary-on-white: #dd6c2d;
    --color-primary-on-black: #dd6c2d;

    --color-primary-alert-background: #e8bba6;
    --color-primary-alert-border: #e4a17d;
    --color-primary-alert-text: #2b1407;

    --color-secondary: #220e04;
    --color-secondary-rgb: 34,14,4;
    --color-secondary-hover: #4f2009;
    --color-secondary-hover-rgb: 79,32,9;
    --color-secondary-dark: #000000;
    --color-secondary-light: #4f2009;
    --color-secondary-text: #f8f0eb;
    --color-secondary-on-white: #220e04;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9d9695;
    --color-secondary-alert-border: #746865;
    --color-secondary-alert-text: #2d1205;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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: #5d5754;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

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

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

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


