@font-face {
  font-family: 'Utah Eurostile';
  src: url('../fonts/eurostile-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Utah Eurostile';
  src: url('../fonts/eurostile-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --utah-brand-font-family: 'Utah Eurostile', Eurostile, 'Arial Narrow', Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--utah-site-font-family, var(--utah-brand-font-family));
}

.site-header,
.site-footer,
.main-navigation,
.utah-home,
.archive-landing,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.wp-block-button__link {
  font-family: var(--utah-site-font-family, var(--utah-brand-font-family));
}
