/* Self-hosted Helvetica Neue Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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