
@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;
    --animation-speed: 300ms;

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

    --color-primary: #c79f68;
    --color-primary-rgb: 199,159,104;
    --color-primary-hover: #b88744;
    --color-primary-hover-rgb: 184,135,68;    
    --color-primary-dark: #b88744;
    --color-primary-light: #d5b78d;
    --color-primary-text: #000000;
    --color-primary-on-white: #c79f68;
    --color-primary-on-black: #c79f68;

    --color-primary-alert-background: #e0d0be;
    --color-primary-alert-border: #d7c0a1;
    --color-primary-alert-text: #251b0e;

    --color-secondary: #432918;
    --color-secondary-rgb: 67,41,24;
    --color-secondary-hover: #694025;
    --color-secondary-hover-rgb: 105,64,37;
    --color-secondary-dark: #1d120b;
    --color-secondary-light: #694025;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #432918;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aba19e;
    --color-secondary-alert-border: #887971;
    --color-secondary-alert-text: #26170d;

    --color-light: #f4eee6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d6c2;
    --color-light-hover: #e5d6c2;
    --color-light-hover-rgb: 229,214,194;
    --color-light-dark: #e5d6c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #c79f68;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

    --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=1758893177_ca091a32');

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

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

    /* secondary */
    --bs-secondary: #432918;
    --bs-secondary-rgb: 67,41,24;
    --bs-secondary-bg-subtle: #694025;
    --bs-secondary-border-subtle: #694025;
    --bs-secondary-text-emphasis: #1d120b;

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

    --stroke-linecap: round;
    
}   


