:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

body,
button,
input,
select,
textarea,
.ob-contact-form,
.ob-offer-bar,
.ob-offer-bar__cta,
.ob-offer-submit {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.ob-contact-form h3,
.ob-offer-dialog h2 {
  font-family: var(--font-heading) !important;
}
