@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/open-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/muli-latin.woff2") format("woff2");
}

:root {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.eyebrow {
  font-family: "Muli", Helvetica, Arial, sans-serif;
}
