@import url("//fonts.googleapis.com/css?family=Karla:wght@400");
@import url("//fonts.googleapis.com/css?family=Nunito:wght@400");
h1, .h1 { font-family:Nunito; font-weight:400; font-style:normal; }
h2, .h2 { font-family:Nunito; font-weight:700; font-style:normal; }
h3, .h3 { font-family:Nunito; }
h4, .h4 { font-family:Nunito; }
h5, .h5 { font-family:Nunito; }
h6, .h6 { font-family:Nunito; }
p { font-family:Karla; }
a { font-family:Karla; }
span { font-family:Karla; }
:root {
--font-family-base: 'Karla', sans-serif;
--font-family-septenary: 'Nunito', sans-serif;
--font-family-slider: 'Karla', sans-serif;
--font-family-megamenu: 'Karla', sans-serif;
--font-family-heading: 'Karla', sans-serif;
--theme-color-default: #618aa0;
--link-color: #618aa0;
--text-color: #000000;
--price-color: #618aa0;
--btn-bg: #fafafa;
--btn-bg-hover: #618aa0;
--btn-color: #618aa0;
--btn-color-hover: #fafafa;
--product-background: #fafafa;
--product-name-color: #000000;
--product-name-color-hover: #000000;
--product-price-color: #618aa0;
--product-regular-price-color: #618aa0;
--product-button-bg: #fafafa;
--product-button-bg-hover: #618aa0;
--product-button-color: #000000;
--product-button-color-hover: #ffffff;
--on-sale-badge-background: #fa2b00;
--on-sale-badge-color: #ffffff;
--new-badge-background: #618aa0;
--new-badge-color: #ffffff;
--sale-badge-background: #fa2b00;
--sale-badge-color: #ffffff;
--block-background: #faf7f7;
--block-inner-background: #faf7f7;
--block-heading-bg: #faf7f7;
--block-heading-color: #7A7A7A;
}
