@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaReg.otf') format('opentype');
}

@font-face {
  font-family: 'proxima-nova-semi';
  src: url('./fonts/ProximaNovaSemibold.otf') format('opentype');
}

@font-face {
  font-family: 'avant-garde';
  src: url('./fonts/AvantGardeGothicBold.otf') format('opentype');
}

@font-face {
  font-family: 'public-sans';
  src: url('./fonts/PublicSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'public-sans-semi';
  src: url('./fonts/PublicSans-SemiBold.ttf') format('truetype');
}

/* DM Sans fonts for rebrand */
@font-face {
  font-family: 'DM Sans';
  src: url('./fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./fonts/DMSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
