/* Arial Regular */
@font-face {
  font-family: "ArialCustom";
  src: url(../fonts/arial.ttf)
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Arial Bold */
@font-face {
  font-family: "ArialCustom";
  src: url(../fonts/arialbd.ttf)
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Arial Italic */
@font-face {
  font-family: "ArialCustom";
  src: url(../fonts/ariali.ttf)
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Arial Bold Italic */
@font-face {
  font-family: "ArialCustom";
  src: url(../fonts/arialbi.ttf)
    format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Arial Narrow Regular */
@font-face {
  font-family: "ArialNarrow";
  src: url(../fonts/ARIALN.TTF)
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Arial Narrow Bold */
@font-face {
  font-family: "ArialNarrow";
  src: url(../fonts/ARIALNB.TTF)
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Arial Narrow Italic */
@font-face {
  font-family: "ArialNarrow";
  src: url(../fonts/ARIALNI.TTF)
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Arial Narrow Bold Italic */
@font-face {
  font-family: "ArialNarrow";
  src: url(../fonts/ARIALNBI.TTF)
    format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* Arial Black */
@font-face {
  font-family: "ArialBlack";
  src: url(../fonts/ariblk.ttf)
    format("truetype");
  font-weight: 900;
  font-style: normal;
}
