﻿@font-face {
  font-family: 'EMAIcons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('emaicons.woff2?v=1') format('woff2'),
    url('emaicons.woff?v=1') format('woff'),
    url('emaicons.ttf?v=1') format('truetype');
}

.pitema {
  font-family: 'EMAIcons' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.pitema.pit-announce { content: "\\e006"; }
.pitema.pit-pitemati-p { content: "\\e003"; }
.pitema.pit-pitemati-p1 { content: "\\e004"; }

/* Usage:
   <span class="ema ema-your-icon"></span>
*/
