/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Oleo+Script:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');


/* =========================
   HWI FONT SYSTEM
   ========================= */

/* Topline / primary headers
   Example: Wings Across the West */
h1,
.hero-title,
.event-title {
  font-family: 'Oleo Script', cursive !important;
  font-weight: 700 !important;
}


/* Sub-headers */
h2,
h3,
h4,
.section-title,
.subheader {
  font-family: 'Instrument Serif', serif !important;
  font-weight: 400 !important;
}


/* Body text */
body,
p,
div,
span,
li,
a,
input,
textarea,
select,
button {
  font-family: 'Roboto', sans-serif;
}


/* Keep buttons / navigation clean and readable */
button,
.btn,
.navigation,
.nav {
  font-family: 'Roboto', sans-serif !important;
}