/* templates/yootheme_child/css/fonts.css */

@font-face {
  font-family: "Helvetica Neue Light";
  src:
    url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Roman";
  src:
    url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Medium";
  src:
    url("../fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Bold";
  src:
    url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/* Condensed */

@font-face {
  font-family: "Helvetica Neue Light Condensed";
  src:
    url("../fonts/HelveticaNeueLTStd-LtCn.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-LtCn.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Medium Condensed";
  src:
    url("../fonts/HelveticaNeueLTStd-MdCn.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-MdCn.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Bold Condensed";
  src:
    url("../fonts/HelveticaNeueLTStd-BdCn.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
