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

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

.maricon-arrow-left:before {
  content: "\e900";
}
.maricon-arrow-right:before {
  content: "\e901";
}
.maricon-calendar:before {
  content: "\e902";
}
.maricon-clock:before {
  content: "\e903";
}
.maricon-contrast:before {
  content: "\e904";
}
.maricon-edit:before {
  content: "\e905";
}
.maricon-fontsize:before {
  content: "\e906";
}
.maricon-magnifer:before {
  content: "\e907";
}
.maricon-mail:before {
  content: "\e908";
}
