:root {
  --site-font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
option,
table,
th,
td,
.button,
.submit-row input,
.submit-row a,
.breadcrumbs,
.messagelist,
#header,
#content,
.topbar,
.profile-dropdown,
.profile-dropdown *,
.page-content,
[class*="dashboard"],
[class*="login"],
[class*="register"] {
  font-family: var(--site-font-family) !important;
}
