
/* latin */
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 100;
  src: url(fonts/Avenir100.ttf) format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 200;
  src: url(fonts/Avenir200.ttf) format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 300;
  src: url(fonts/Avenir300.ttf) format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 400;
  src: url(fonts/Avenir400.ttf) format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 500;
  src: url(fonts/Avenir500.ttf) format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-display: swap;
  font-weight: 600;
  src: url(fonts/Avenir600.ttf) format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url(fonts/fontawesome-webfont.woff2) format('woff2'),
       url(fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}

