/**
 * System font stack — no Google Fonts round-trip.
 * Helix template style is also set to Arial (system).
 */
:root {
  --jd-font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --jd-font-display: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.sp-megamenu-parent,
.jd-site-header,
.jd-intro,
.jd-discover,
.jd-love,
.jd-blog {
  font-family: var(--jd-font) !important;
}

h1, h2, h3, h4, h5, h6,
.jd-intro-title,
.jd-discover-title,
.jd-love-heading,
.jd-blog-title,
.jd-blog-headline {
  font-family: var(--jd-font-display) !important;
}
