@charset "UTF-8";

@font-face {
  font-family: "times";
  src: url("times.woff") format("woff"),
       url("times.ttf") format("truetype"),
       url("times.eot") format("embedded-opentype"),
       url("times.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "timesbd";
  src: url("timesbd.ttf") format("truetype"),
       url("timesbd.eot") format("embedded-opentype"),
       url("timesbd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Condensed";
  src: url("Helvetica-Condensed.woff") format("woff"),
       url("Helvetica-Condensed.ttf") format("truetype"),
       url("Helvetica-Condensed.eot") format("embedded-opentype"),
       url("Helvetica-Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}