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

[class^="ecuppa-icons"], [class*=" ecuppa-icons"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecuppa-icons' !important;
  speak: never;
  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;
}

.ecuppa-icons.ei-goals:before {
  content: "\e900";
}
.ecuppa-icons.ei-challenges:before {
  content: "\e901";
}
.ecuppa-icons.ei-actions:before {
  content: "\e902";
}
