/* Ultra Light */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-ultra-light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Ultra Light Italic */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-ultra-light-italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-light-italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/helvetica-neue-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Condensed Bold */
@font-face {
  font-family: 'Helvetica-Neue-Condensed';
  src: url('../fonts/helvetica-neue-condensed-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Condensed Black */
@font-face {
  font-family: 'Helvetica-Neue-Condensed';
  src: url('../fonts/helvetica-neue-condensed-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



/*Bodoni Regular*/
@font-face {
  font-family: 'bodoni-regular';
  src: url('../fonts/bodoni-regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
