/* @import must be at top of file, otherwise CSS will not work */
@import url('https://cdn.fonts.net/t/1.css?apiType=css&projectid=d5c1d020-bcc6-454a-b273-6cd402bc4088');

/* Avenir Light (100) */

@font-face {
  font-family: 'AvenirLight';
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir35Light_normal_normal.woff2') format('woff2'),
    url('Avenir/Avenir35Light_normal_normal.woff') format('woff');
}

@font-face {
  font-family: 'AvenirLightOblique';
  font-style: oblique;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir35LightOblique_oblique_normal.woff2') format('woff2'),
    url('Avenir/Avenir35LightOblique_oblique_normal.woff') format('woff');
}

/* Avenir Medium (400) */

@font-face {
  font-family: 'AvenirMedium';
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir65Medium_normal_normal.woff2') format('woff2'),
    url('Avenir/Avenir65Medium_normal_normal.woff') format('woff');
}

@font-face {
  font-family: 'AvenirMediumOblique';
  font-style: oblique;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir65MediumOblique_oblique_normal.woff2') format('woff2'),
    url('Avenir/Avenir65MediumOblique_oblique_normal.woff') format('woff');
}

/* Avenir Heavy (500) */

@font-face {
  font-family: 'AvenirHeavy';
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir85Heavy_normal_normal.woff2') format('woff2'),
    url('Avenir/Avenir85Heavy_normal_normal.woff') format('woff');
}

@font-face {
  font-family: 'AvenirHeavyOblique';
  font-style: oblique;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir85HeavyOblique_oblique_normal.woff2') format('woff2'),
    url('Avenir/Avenir85HeavyOblique_oblique_normal.woff') format('woff');
}

/* Avenir Black (600) */

@font-face {
  font-family: 'AvenirBlack';
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir95Black_normal_normal.woff2') format('woff2'),
    url('Avenir/Avenir95Black_normal_normal.woff') format('woff');
}

@font-face {
  font-family: 'AvenirBlackOblique';
  font-style: oblique;
  font-stretch: normal;
  font-display: swap;
  src:
    url('Avenir/Avenir95BlackOblique_oblique_normal.woff2') format('woff2'),
    url('Avenir/Avenir95BlackOblique_oblique_normal.woff') format('woff');
}
