@font-face {
  font-family: "open-sans";
  src: url("OpenSans-Regular.woff2") format("woff2"),
    url("OpenSans-Regular.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "open-sans";
  src: url("OpenSans-Italic.woff2") format("woff2"),
    url("OpenSans-Italic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "open-sans";
  src: url("OpenSans-SemiBold.woff2") format("woff2"),
    url("OpenSans-SemiBold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "open-sans";
  src: url("OpenSans-SemiBoldItalic.woff2") format("woff2"),
    url("OpenSans-SemiBoldItalic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "marcelus";
  src: url("Marcellus-Regular.woff2") format("woff2"),
    url("Marcellus-Regular.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
