/*!
  * Fonts >> Helvetica Neue and Trade Gothic are procured by Gilead
  * POC: Thomas (Thomas.Orthbandt@gilead.com)
  * Bussiness: Lisa Jenson (Lisa.Jenson@gilead.com)
  * Fonts license issuer
  * https://www.linotype.com/1308965/trade-gothic-family.html?site=valuepacks&licenseAvlType=1&site=valuepacks
  * https://www.linotype.com/1266/neue-helvetica-family.html?site=valuepacks
*/
/* Trade Gothic ST */
@font-face {
  font-family: "trade-std";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trade-std-bold";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trade-std-bd2";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd-Bd2.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trade-std-bdcn20";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd-BdCn20.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trade-std-cn18";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd-Cn18.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trade-std-light";
  src: url("../../common/fonts/trade-st/TradeGothicLTStd-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Helvetica Neue */
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("../../common/fonts/helvetica-neue/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica-neue-bold";
  src: url("../../common/fonts/helvetica-neue/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Font Families for copay card  */
:root {
  --font-family-HN-roman: "helvetica-neue-roman", sans-serif;
  --font-family-HN-bold: "helvetica-neue-bold", sans-serif;
  --font-trade-std: "trade-std";
  --font-trade-std-bold: "trade-std-bold";
  --font-trade-std-bd2: "trade-std-bd2";
  --font-trade-std-bdcn20: "trade-std-bdcn20";
  --font-trade-std-cn18: "trade-std-cn18";
  --font-trade-std-light: "trade-std-light";
}