/**
 * Instrument Sans — site-wide font-family override.
 * Loads after legacy styles.css. Does not change font-weight.
 */
:root {
  --primaryfont: var(--font-instrument-sans), "Instrument Sans", sans-serif;
}

html,
body {
  font-family: var(--font-instrument-sans), "Instrument Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-2,
.f_2,
.lead-i,
.explore-content p,
.explore-content h1,
.explore-content h2,
.mg-menu-items h5 > span,
p.description {
  font-family: var(--font-instrument-sans), "Instrument Sans", sans-serif !important;
}

body.admin-page,
body.admin-page .main-wrapper,
body.admin-page .main-content,
body.admin-page .admin-content {
  font-family: var(--font-instrument-sans), "Instrument Sans", sans-serif !important;
}
