@font-face {
    font-family: 'amaticbold';
    src: url('../font/amatic-bold-webfont.eot');
    src: url('../font/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/amatic-bold-webfont.woff2') format('woff2'),
         url('../font/amatic-bold-webfont.woff') format('woff'),
         url('../font/amatic-bold-webfont.ttf') format('truetype'),
         url('../font/amatic-bold-webfont.svg#amaticbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.AmaticBoldBase {  
  display: inline-block;
  font: normal normal normal 14px/1 amaticbold;
  font-size: inherit;
  text-rendering: auto;
}

