@font-face {
  font-family: "FuturaBook";
  src:
    url("Futura-Book.woff2") format("woff2"),
    url("Futura-Book.woff") format("woff"),
    url("Futura-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaBold";
  src:
    url("Futura-Bold.woff2") format("woff2"),
    url("Futura-Bold.woff") format("woff"),
    url("Futura-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("ProximaNova-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("ProximaNova-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
