
@font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: normal;
  src: url('ProximaNova-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: italic;
  src: local('Arial-Italic'); /* Arial because we lack the ProximaNova italics version */
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 500;
  font-style: normal;
  src: url('ProximaNova-Semibold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 500;
  font-style: italic;
  src: local('Arial-BoldItalic'); /* Arial because we lack the ProximaNova italics version */
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 700;
  font-style: normal;
  src: url('ProximaNova-Semibold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 700;
  font-style: italic;
  src: local('Arial-BoldItalic'); /* Arial because we lack the ProximaNova italics version */
  font-display: swap;
}
