
@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: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #423737;
    --color-primary-rgb: 66,55,55;
    --color-primary-hover: #5e4e4e;
    --color-primary-hover-rgb: 94,78,78;    
    --color-primary-dark: #262020;
    --color-primary-light: #5e4e4e;
    --color-primary-text: #d9cacd;
    --color-primary-on-white: #423737;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aaa7aa;
    --color-primary-alert-border: #888184;
    --color-primary-alert-text: #1c1717;

    --color-secondary: #423737;
    --color-secondary-rgb: 66,55,55;
    --color-secondary-hover: #5e4e4e;
    --color-secondary-hover-rgb: 94,78,78;
    --color-secondary-dark: #262020;
    --color-secondary-light: #5e4e4e;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #423737;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aaa7aa;
    --color-secondary-alert-border: #888184;
    --color-secondary-alert-text: #1c1717;

    --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: #423737;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(66, 55, 55, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ladiesplace.se/branding/checkboxImage?h=1749794267_f314c94f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #423737;
    --bs-primary-rgb: 66,55,55;
    --bs-primary-bg-subtle: #5e4e4e;
    --bs-primary-border-subtle: #5e4e4e;
    --bs-primary-text-emphasis: #262020;

    /* secondary */
    --bs-secondary: #423737;
    --bs-secondary-rgb: 66,55,55;
    --bs-secondary-bg-subtle: #5e4e4e;
    --bs-secondary-border-subtle: #5e4e4e;
    --bs-secondary-text-emphasis: #262020;

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

    --stroke-linecap: round;
    
}   


