/* Light */
@font-face {
  font-family: "72";
  src: url("fonts/72-Light-full.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "72";
  src: url("fonts/72-Regular-full.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "72";
  src: url("fonts/72-Bold-full.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: "72";
  src: url("fonts/72-Black-full.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* Regular - Condensed */
@font-face {
  font-family: "72";
  src: url("fonts/72-Condensed-full.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
}

/* Bold - Condensed */
@font-face {
  font-family: "72";
  src: url("fonts/72-CondensedBold-full.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}

/* Regular - Italic */
@font-face {
  font-family: "72";
  src: url("fonts/72-Italic-full.woff2")
    format("woff2");
  font-weight: normal;
  font-style: italic;
}

/* Bold - Italic */
@font-face {
  font-family: "72";
  src: url("fonts/72-BoldItalic-full.woff2")
    format("woff2");
  font-weight: 700;
  font-style: italic;
}