/* Helvetica Neue Custom */
/* Location: /722/fonts/font.css */

@font-face {
  font-family: 'HelveticaNeueLocal';
  src:
    url('/722/fonts/helveticaneueroman-webfont.woff2') format('woff2'),
    url('/722/fonts/helveticaneueroman-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueLocal';
  src:
    url('/722/fonts/helveticaneueitalic-webfont.woff2') format('woff2'),
    url('/722/fonts/helveticaneueitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueLocal';
  src:
    url('/722/fonts/helveticaneuebold-webfont.woff2') format('woff2'),
    url('/722/fonts/helveticaneuebold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueLocal';
  src:
    url('/722/fonts/helveticaneuebolditalic-webfont.woff2') format('woff2'),
    url('/722/fonts/helveticaneuebolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Global default */
body {
  font-family: 'HelveticaNeueLocal', -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}