@import url("//fonts.googleapis.com/css?family=Poppins:wght@400");
p { font-family:Poppins; }
a { font-family:Poppins; }
span { font-family:Poppins; }
: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-heading: 'Poppins', sans-serif;
--font-family-senary: 'Poppins', sans-serif;
--theme-color-default: #3b3b3b;
--link-color: #3b3b3b;
--link-color-hover: #e3a320;
--text-color: #3b3b3b;
--price-color: #3b3b3b;
--product-background: #FFFFFF;
--product-name-color: #3b3b3b;
--product-name-color-hover: #e3a320;
--product-price-color: #000;
--product-regular-price-color: #000;
}
