/* Arial */
@font-face {
  font-family: "Arial";
  src: url(../fonts/Arial/arial.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url(../fonts/Arial/arialbd.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url(../fonts/Arial/arialbi.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Arial";
  src: url(../fonts/Arial/ariali.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* Остальные Arial */
@font-face {
  font-family: "Arial Narrow";
  src: url(../fonts/Arial/ARIALN.TTF) format("truetype");
}
@font-face {
  font-family: "Arial Narrow Bold";
  src: url(../fonts/Arial/ARIALNB.TTF) format("truetype");
}
@font-face {
  font-family: "Arial Narrow Bold Italic";
  src: url(../fonts/Arial/ARIALNBI.TTF) format("truetype");
}
@font-face {
  font-family: "Arial Narrow Italic";
  src: url(../fonts/Arial/ARIALNI.TTF) format("truetype");
}
@font-face {
  font-family: "Arial Black";
  src: url(../fonts/Arial/ariblk.ttf) format("truetype");
}

/* Eugenio */
@font-face {
  font-family: "Eugenio Sans";
  src: url(../fonts/Eugenio/Eugenio Sans Text Web-normal-400-100.ttf)
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Eugenio Sans";
  src: url(../fonts/Eugenio/Eugenio Sans Text Web-normal-500-100.ttf)
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Eugenio Serif";
  src: url(../fonts/Eugenio/Eugenio Serif Medium-normal-500-100.ttf)
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Eugenio Text";
  src: url(../fonts/Eugenio/Eugenio Text Web-normal-500-100.ttf)
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Eugenio Text";
  src: url(../fonts/Eugenio/Eugenio Text-normal-400-100.ttf)
    format("truetype");
  font-weight: 400;
}
