// Arial Font
@font-face {
  font-family: arial;
  src: url(../fonts/arial.ttf);
  font-weight: 500;
}
@font-face {
  font-family: arial;
  src: url(../fonts/arialbd.ttf);
  font-weight: 800;
}
@font-face {
  font-family: arial;
  src: url(../fonts/ariblk.ttf);
  font-weight: 900;
}
@font-face {
  font-family: arial;
  src: url(../fonts/arialbi.ttf);
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: arial;
  src: url(../fonts/ariali.ttf);
  font-weight: 500;
  font-style: italic;
}

// ArialN Font
@font-face {
  font-family: ArialN;
  src: url(../fonts/ARIALN.TTF);
  font-weight: 500;
}
@font-face {
  font-family: ARIALN;
  src: url(../fonts/ARIALNB.TTF);
  font-weight: 800;
}
@font-face {
  font-family: ARIALN;
  src: url(../fonts/ARIALNI.TTF);
  font-weight: 500;
  font-style: italic;
}

// Calibri Font
@font-face {
  font-family: calibri;
  src: url(../fonts/calibri.ttf);
  font-weight: 500;
}
@font-face {
  font-family: calibri;
  src: url(../fonts/calibrib.ttf);
  font-weight: 800;
}
@font-face {
  font-family: calibri;
  src: url(../fonts/calibriz.ttf);
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: calibri;
  src: url(../fonts/calibril.ttf);
  font-weight: 500;
}
@font-face {
  font-family: calibri;
  src: url(../fonts/calibrili.ttf);
  font-weight: 500;
  font-style: italic;
}

// DINPro Font
@font-face {
  font-family: DINPro;
  src: url(../fonts/DINPro-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: DINPro;
  src: url(../fonts/DINPro-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: DINPro;
  src: url(../fonts/DINPro-Regular.ttf);
  font-weight: 500;
}
