@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/avenirnextcyr-thinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/avenirnextcyr-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/avenirnextcyr-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "AdobeClean";
  src: url("../fonts/AdobeClean-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AdobeClean";
  src: url("../fonts/AdobeClean-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "CocoGothicSC";
  src: url("../fonts/CocoGothicSmallCaps-BoldIta.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}



