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

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

.icon-FileText:before {
  content: "\e907";
}
.icon-plus-circle:before {
  content: "\e908";
  color: #af71fd;
}
.icon-down-chevron:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-checkmark:before {
  content: "\e901";
  color: #fff;
}
.icon-cross-circle:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-Instagram:before {
  content: "\e904";
  color: #d3b1fe;
}
.icon-left-arrow:before {
  content: "\e905";
  color: #fff;
}
.icon-right-arrow:before {
  content: "\e906";
  color: #fff;
}
