/* Most used */

@font-face {
  font-family: "Charter";
  font-style: normal;
  font-weight: 400;
  src: url("./charter_regular-webfont.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "Charter";
  font-style: normal;
  font-weight: 700;
  src: url("./charter_bold-webfont.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "Charter";
  font-style: italic;
  font-weight: 400;
  src: url("./charter_italic-webfont.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "UnitWeb";
  font-style: normal;
  font-weight: 400;
  src: url("./UnitWeb.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "UnitWeb";
  font-style: normal;
  font-weight: 700;
  src: url("./UnitWeb-Bold.woff") format("woff");
  font-display: fallback;
}

/* Other */

@font-face {
  font-family: "Charter";
  font-style: italic;
  font-weight: 700;
  src: url("./charter_bold_italic-webfont.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "UnitWeb";
  font-style: italic;
  font-weight: 400;
  src: url("./UnitWeb-Ita.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: "UnitWeb";
  font-style: italic;
  font-weight: 700;
  src: url("./UnitWeb-BoldIta.woff") format("woff");
  font-display: fallback;
}
