@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-UltLt.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-UltLtIt.woff") format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Th.woff") format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-ThIt.woff") format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Lt.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-LtIt.woff") format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Roman.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-It.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Md.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-MdIt.woff") format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Bd.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-BdIt.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Hv.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-HvIt.woff") format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-Blk.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "helveneue";
  src: url("../fonts/Linotype-HelveticaNeueLTPro-BlkIt.woff") format('woff');
  font-weight: 900;
  font-style: italic;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
