/* This loads local font files, if using typekit just paste the contents of your WebProject's  css file and update font-style to swap */

@font-face {
  font-family: 'Helvetica';
  src: local("Helvetica Neue");
  font-weight: 400,500,600,700;
  font-style: swap;
}
