@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --lq-premium-heading: "Cormorant Garamond", "Times New Roman", serif;
  --lq-premium-body: "Inter", Arial, sans-serif;
}

body {
  font-family: var(--lq-premium-body);
}

h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.lqa-heading,
.lq-seasonal__heading,
.lq-collections__title,
.lq-holiday__title,
.lcf-faq h2 {
  font-family: var(--lq-premium-heading) !important;
  font-weight: 500 !important;
}

.menu-list__link,
.menu-drawer__menu-item,
button,
.button,
input,
select,
textarea,
.price,
.product-card,
.lqa-button {
  font-family: var(--lq-premium-body);
}
