/* Helvetica */
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica/helveticaneue.woff2') format('woff2'),
       url('../fonts/Helvetica/helveticaneue.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/Montserrat/MontserratRegular.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* Outfit - loaded via <link> in HTML head for better performance (no @import blocking) */

@font-face {
  font-family: 'OutfitRegular';
  src: local('Outfit Regular'), local('Outfit-Regular');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'OutfitMedium';
  src: local('Outfit Medium'), local('Outfit-Medium');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
