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

@font-face {
    font-family: "Allan";
	font-style: normal;
    font-weight: bold;
    src: url("fonts/Allan-Bold.eot"); /* para IE */
    src: local("Allan"), url("fonts/Allan-Bold.ttf") format("truetype");
    }

@font-face {
  font-family: "BalooTamma-Regular";
  src: url("fonts/BalooTamma-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/BalooTamma-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/BalooTamma-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}