@charset "utf-8";
/* CSS Document */

/* ******* Century Gothic (Regular) ***** */

@font-family { /* IE Rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-c.eot");
}

@font-family { /* non-IE rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-c.ttf") format("truetype");
}

/* ******* Century Gothic (Bold) ***** */

@font-family { /* IE Rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-b.eot");
  font-weight: bold;
}

@font-family { /* non-IE rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-b.ttf") format("truetype");
  font-weight: bold;
}

/* ******* Century Gothic (Italic) ***** */

@font-family { /* IE Rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-i.eot");
  font-style: italic;
}

@font-family { /* non-IE rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-i.ttf") format("truetype");
  font-style: italic;
}

/* ******* Century Gothic (Bold-Italic) ***** */

@font-family { /* IE rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-bi.eot");
  font-weight: bold;
  font-style: italic;
}

@font-family { /* non-IE rule */
  font-family: "Century Gothic";
  src: url("fonts/gothic-bi.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}