/* ============================================================================
   Helvetica web font — Latin subset (woff2). Canonical @font-face block.
   Standard English typeface for POSTEK English/bilingual sites.

   Weights: 300 (Light) · 400 (Regular) · 700 (Bold), + 400/700 italic (Oblique).
   Subset: Basic/Extended Latin + punctuation + currency + arrows + ™©® symbols.
   Non-Latin (e.g. Chinese) is intentionally NOT covered — it falls through to
   the site's CJK font, so bilingual sites keep correct Chinese rendering.

   USAGE
   1. Copy the five Helvetica-*.woff2 files next to this stylesheet in the
      site's served font directory (the url()s below are relative to THIS file).
   2. Link this file (or paste these @font-face rules) into the site.
   3. Put "Helvetica" first in the English font stack and set letter-spacing:0:
        html[lang="en"], .en, body { font-family: "Helvetica", Arial, sans-serif;
                                      letter-spacing: 0; }
      (Scope to the English view on bilingual sites; apply globally on
      English-only sites.)
   ============================================================================ */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Helvetica-300.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Helvetica-400.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Helvetica-700.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("Helvetica-400italic.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("Helvetica-700italic.woff2") format("woff2");
}
