/* Dynamic families are supplied by Theme Options through inline CSS variables. */
html,
body,
button,
input,
select,
textarea,
.site-header,
.agrinews-header,
.main-nav,
.site-footer,
.news-card,
.entry-content,
.dotsmaker-page,
.dotsmaker-page button,
.dotsmaker-page input,
.dotsmaker-page select,
.dotsmaker-page textarea {
	font-family: var(--dm-body-font-family, Tahoma, "Segoe UI", Arial, sans-serif);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.widget-title,
.section-title,
.entry-title,
.news-card__title,
.dotsmaker-page h1,
.dotsmaker-page h2,
.dotsmaker-page h3,
.dotsmaker-page h4,
.dotsmaker-page h5,
.dotsmaker-page h6 {
	font-family: var(--dm-heading-font-family, var(--dm-body-font-family, Tahoma, "Segoe UI", Arial, sans-serif));
	font-weight: var(--agrinews-heading-weight, 700);
}
