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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5854;
    --color-tinted-white: #f8f0eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #c79f68;
    --color-primary-rgb: 199,159,104;
    --color-primary-hover: #b78744;
    --color-primary-hover-rgb: 183,135,68;    
    --color-primary-dark: #b78744;
    --color-primary-light: #d4b68d;
    --color-primary-text: #f8f3eb;
    --color-primary-on-white: #c79f68;
    --color-primary-on-black: #c79f68;

    --color-primary-alert-background: #dfd0bd;
    --color-primary-alert-border: #d7bfa1;
    --color-primary-alert-text: #251b0d;

    --color-secondary: #432918;
    --color-secondary-rgb: 67,41,24;
    --color-secondary-hover: #683f25;
    --color-secondary-hover-rgb: 104,63,37;
    --color-secondary-dark: #1d120a;
    --color-secondary-light: #683f25;
    --color-secondary-text: #f8f0eb;
    --color-secondary-on-white: #432918;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aaa19d;
    --color-secondary-alert-border: #887971;
    --color-secondary-alert-text: #25160d;

    --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: #f7f0f0;
    --background-overlay-color: rgba(67, 41, 24, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bodysoulvarmdo.se/branding/checkboxImage?h=1755588020_ca091a32');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5854;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #c79f68;
    --bs-primary-rgb: 199,159,104;
    --bs-primary-bg-subtle: #d4b68d;
    --bs-primary-border-subtle: #d4b68d;
    --bs-primary-text-emphasis: #b78744;

    --bs-secondary: #432918;
    --bs-secondary-rgb: 67,41,24;
    --bs-secondary-bg-subtle: #683f25;
    --bs-secondary-border-subtle: #683f25;
    --bs-secondary-text-emphasis: #1d120a;

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


