@font-face {
  font-family: "Belle Sans Ex Wide Med";
  src:
    url("../fonts/BelleSansExWideMed.woff2") format("woff2"),
    url("../fonts/BelleSansExWideMed.woff") format("woff"),
    url("../fonts/BelleSansExWideMed.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Map common weights to the same face if only Medium is available */
@font-face {
  font-family: "Belle Sans Ex Wide Med";
  src:
    url("../fonts/BelleSansExWideMed.woff2") format("woff2"),
    url("../fonts/BelleSansExWideMed.woff") format("woff"),
    url("../fonts/BelleSansExWideMed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Belle Sans Ex Wide Med";
  src:
    url("../fonts/BelleSansExWideBold.woff2") format("woff2"),
    url("../fonts/BelleSansExWideBold.woff") format("woff"),
    url("../fonts/BelleSansExWideBold.ttf") format("truetype"),
    url("../fonts/BelleSansExWideMed.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Belle Sans Ex Wide Med";
  src:
    url("../fonts/BelleSansExWideBold.woff2") format("woff2"),
    url("../fonts/BelleSansExWideBold.woff") format("woff"),
    url("../fonts/BelleSansExWideBold.ttf") format("truetype"),
    url("../fonts/BelleSansExWideMed.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Belle Sans Ex Wide Med";
  src:
    url("../fonts/BelleSansExWideBlack.woff2") format("woff2"),
    url("../fonts/BelleSansExWideBlack.woff") format("woff"),
    url("../fonts/BelleSansExWideBlack.ttf") format("truetype"),
    url("../fonts/BelleSansExWideBold.woff2") format("woff2"),
    url("../fonts/BelleSansExWideMed.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
