/* Ensure swap even if a third-party @font-face omits font-display */
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Helvetica Neue');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Helvetica Neue Bold');
}
