@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.svg#Impact') format('svg'),
       url('../fonts/Impact.ttf') format('truetype'),
       url('../fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.eot');
  src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
       url('../fonts/impact.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'scriptmt';
  src: url('../fonts/script-mt.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'amasismt';
  src: url('../fonts/amasis-mt-bold.ttf');
  font-weight: bold;
  font-style: none;
}

.font-script {
  font-family: scriptmt;
}
.font-amasis {
  font-family: amasismt;
}