/* Editorial system font stack: Helvetica where available, then a stable fallback. */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
