/*
 * Site font override.
 * Revert by removing this file and the ht-font-system enqueue in functions.php.
 */
:root {
  --ht-site-font: "Montserrat", Arial, sans-serif;
}

body,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="url"],
textarea,
select,
select.custom-select,
button,
label,
.epcl-button,
.button,
.pagination div.nav a,
.pagination div.nav > span,
#single #comments nav.pagination a,
div.epcl-download a,
#header nav ul.menu li a,
#header nav ul.menu > li > a,
#header nav ul.sub-menu li a,
.nice-select,
.nice-select .current,
.nice-select .list li,
.title,
.wpcf7 label,
.widget_archive ul li span,
.widget_categories ul li span,
.widget_rss a,
div.meta,
div.meta a,
div.meta time,
div.articles article .post-excerpt,
div.articles article .post-excerpt p,
div.text,
div.text p,
div.text li,
div.text blockquote,
div.text cite,
div.text table,
div.text th,
div.text td,
div.text .wp-block-archives li span,
div.text .wp-block-categories li span,
div.text .wp-block-latest-posts li span,
div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6,
aside .widget,
aside .widget .widget-title,
aside .title,
aside .nice-select,
aside .nice-select li,
#footer,
#footer .widget,
#footer .widget .widget-title,
#footer .title,
#footer .nice-select,
#footer .nice-select li,
#single #comments .comment .comment-author,
#single #comments .comment .right .text,
#single #comments #respond input,
#single #comments #respond textarea,
.comment-form,
.comment-form input,
.comment-form textarea,
.lwptoc,
.lwptoc a,
.wp-block-button__link {
  font-family: var(--ht-site-font) !important;
}
