/* Local Helvetica Neue Fonts - Self-hosted for reliability */
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./helvetica-neue-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./helvetica-neue-700.ttf') format('truetype');
}

/* Font weight 600 fallback to 700 */
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./helvetica-neue-700.ttf') format('truetype');
}