/**
 * Font locali del tema.
 *
 * I file WOFF2 sono generati dai font Helvetica Neue presenti in:
 * assets/fonts/helvetica-neue/
 */

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueUltraLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueUltraLightItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueThin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueThinItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueLightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueRoman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueMediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueBoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueHeavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueHeavyItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Local";
  src: url("../fonts/helvetica-neue/HelveticaNeueBlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
