@font-face {
  font-family: 'amplify-icons';
  src:  url('fonts/amplify-icons.eot?tgo91i');
  src:  url('fonts/amplify-icons.eot?tgo91i#iefix') format('embedded-opentype'),
    url('fonts/amplify-icons.ttf?tgo91i') format('truetype'),
    url('fonts/amplify-icons.woff?tgo91i') format('woff'),
    url('fonts/amplify-icons.svg?tgo91i#amplify-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="amp-icon-"], [class*=" amp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'amplify-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amp-icon-cancel:before {
  content: "\e903";
}
.amp-icon-dollar:before {
  content: "\e901";
}
.amp-icon-envelope:before {
  content: "\e902";
}
.amp-icon-menu:before {
  content: "\e904";
}
.amp-icon-home:before {
  content: "\e900";
}
.amp-icon-files-empty:before {
  content: "\e925";
}
.amp-icon-user:before {
  content: "\e971";
}
.amp-icon-users:before {
  content: "\e972";
}
.amp-icon-stats-bars:before {
  content: "\e99c";
}
