/* ============================================
   Futura Std Font Family
   ============================================ */

/* Light */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Book (Regular) */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Heavy */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* ============================================
   Condensed
   ============================================ */

@font-face {
  font-family: "Futura Std Condensed";
  src: url("../fonts/FuturaStd-Condensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura Std Condensed";
  src: url("../fonts/FuturaStd-CondensedLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura Std Condensed";
  src: url("../fonts/FuturaStd-CondensedBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura Std Condensed";
  src: url("../fonts/FuturaStd-CondensedExtraBd.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* ============================================
   Extra Bold
   ============================================ */

@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

