h1, .h1 { font-family:helvetica; font-weight:700; }
h2, .h2 { font-family:helvetica; font-weight:600; }
h3, .h3 { font-family:helvetica; font-weight:500; }
h4, .h4 { font-family:palatino; font-weight:400; }
h5, .h5 { font-family:helvetica; font-weight:400; }
h6, .h6 { font-family:palatino; font-weight:400; }
p { font-family:helvetica; font-weight:500; }
a { font-family:helvetica; font-weight:500; }
span { font-family:helvetica; }
:root {
--font-family-base: 'helvetica', sans-serif;
--font-family-septenary: 'helvetica', sans-serif;
--font-family-slider: 'palatino', sans-serif;
--font-family-megamenu: 'palatino', sans-serif;
--font-family-heading: 'helvetica', sans-serif;
--font-family-senary: 'helvetica', sans-serif;
--link-color: #270071;
--link-color-hover: #00a4ee;
--text-color: #3b3b3b;
--price-color: #270071;
--btn-bg: #f9b338;
--btn-bg-hover: #3b3b3b;
--btn-color: #270071;
--btn-color-hover: #3b3b3b;
--product-name-color: #270071;
--product-name-color-hover: #8c8c8c;
--product-price-color: #270071;
--product-button-bg: #f9b338;
--product-button-bg-hover: #3b3b3b;
--product-button-color-hover: #3b3b3b;
--on-sale-badge-background: #1b8cff;
}
