@import url("//fonts.googleapis.com/css?family=Marcellus:wght@400");
@import url("//fonts.googleapis.com/css?family=Karla:wght@400");
h1, .h1 { font-family:Marcellus; font-weight:400; font-style:normal; }
h2, .h2 { font-family:Marcellus; }
h3, .h3 { font-family:Marcellus; font-size:24px; font-weight:400; font-style:normal; }
h4, .h4 { font-family:Marcellus; }
h5, .h5 { font-family:Marcellus; }
h6, .h6 { font-family:Marcellus; }
p { font-family:Karla; font-size:16px; font-weight:400; font-style:normal; }
a { font-family:Karla; font-weight:400; font-style:normal; }
span { font-family:Karla; font-weight:400; font-style:normal; }
:root {
--font-family-slider: 'Marcellus', sans-serif;
--font-family-megamenu: 'Karla', sans-serif;
--font-family-heading: 'Marcellus', sans-serif;
--link-color: #1E1E1E;
--link-color-hover: #D9AB2B;
--text-color: #1E1E1E;
--price-color: #1E1E1E;
--btn-bg: #FFFFFF;
--btn-bg-hover: #1E1E1E;
--btn-color: #1E1E1E;
--btn-color-hover: #FFFFFF;
--new-badge-background: #D9AB2B;
--new-badge-color: #1E1E1E;
--sale-badge-background: #D9AB2B;
--sale-badge-color: #1E1E1E;
}
