@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Instrument+Sans:wght@400;500;600;700&display=swap');

html,
body,
body * {
  font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Fraunces', Georgia, serif !important;
}

button,
input,
textarea,
select {
  font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Preserve icon fonts on pages that use Font Awesome. */
.fa,
.fas,
.far,
.fal {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free' !important;
}

.fab {
  font-family: 'Font Awesome 6 Brands', 'Font Awesome 5 Brands' !important;
}
