/* NoirPro */

/* Regular */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-HeavyItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}