@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  src: url(#); /* IE9 Compat Modes */
  src: url(#) format('embedded-opentype'), /* IE6-IE8 */
       url(#) format('woff2'), /* Super Modern Browsers */
       url(#) format('woff'), /* Modern Browsers */
       url('/fonts/Amaranth/regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 700;
  src: url(#); /* IE9 Compat Modes */
  src: url(#) format('embedded-opentype'), /* IE6-IE8 */
       url(#) format('woff2'), /* Super Modern Browsers */
       url(#) format('woff'), /* Modern Browsers */
       url('/fonts/Amaranth/bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Amaranth';
  font-style: italic;
  font-weight: 400;
  src: url(#); /* IE9 Compat Modes */
  src: url(#) format('embedded-opentype'), /* IE6-IE8 */
       url(#) format('woff2'), /* Super Modern Browsers */
       url(#) format('woff'), /* Modern Browsers */
       url('/fonts/Amaranth/italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Amaranth';
  font-style: italic;
  font-weight: 700;
  src: url(#); /* IE9 Compat Modes */
  src: url(#) format('embedded-opentype'), /* IE6-IE8 */
       url(#) format('woff2'), /* Super Modern Browsers */
       url(#) format('woff'), /* Modern Browsers */
       url('/fonts/Amaranth/bolditalic.ttf') format('truetype'); /* Safari, Android, iOS */
}