/* NTSP + OEC — Helvetica LT Std (webfont universal) */
@font-face {
  font-family: "Helvetica LT Std";
  src: url("HelveticaLTStd-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("HelveticaLTStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-ntsp-oec: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
  font-family: var(--font-ntsp-oec);
}

h1, h2, h3, h4, h5, h6,
strong, b,
th {
  font-weight: 700;
}
