@import url("//fonts.googleapis.com/css?family=Poppins:wght@400");
h1, .h1 { font-family:Poppins; font-size:24px; font-weight:600; }
h2, .h2 { font-family:Poppins; font-size:22px; font-weight:600; }
h3, .h3 { font-family:Poppins; font-size:20px; font-weight:600; }
h4, .h4 { font-family:Poppins; font-size:18px; font-weight:600; }
h5, .h5 { font-family:Poppins; font-size:18px; font-weight:600; }
h6, .h6 { font-family:Poppins; font-size:18px; font-weight:600; }
p { font-family:Poppins; font-size:13px; font-weight:400; }
a { font-family:Poppins; font-size:13px; }
span { font-family:Poppins; font-size:13px; }
:root {
--font-family-base: 'Poppins', sans-serif;
--font-family-septenary: 'Poppins', sans-serif;
--font-family-slider: 'Poppins', sans-serif;
--font-family-megamenu: 'Poppins', sans-serif;
--font-family-senary: 'Poppins', sans-serif;
--link-color: #000000;
--link-color-hover: #B85077;
--text-color: #666;
--price-color: #000;
--btn-bg: #B85077;
--btn-bg-hover: #000000;
--btn-color: #ffffff;
--btn-color-hover: #ffffff;
--product-name-color: #333;
--product-name-color-hover: #000;
--product-price-color: #000;
--product-regular-price-color: #999;
--new-badge-background: #B85077;
--new-badge-color: #fff;
--sale-badge-background: #B85077;
--sale-badge-color: #ffffff;
--online-only-background: #B85077;
--online-only-color: #ffffff;
}
