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

i[class^="icon-"], i[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-Capacity-Building:before {
  content: "\e900";
  color: #ba122b;
}
.icon-Knowledge-Production:before {
  content: "\e901";
  color: #ba122b;
}
.icon-Networking:before {
  content: "\e902";
  color: #ba122b;
}
.icon-Policy-Engagement:before {
  content: "\e903";
  color: #ba122b;
}
.icon-Research-and-Collaboration:before {
  content: "\e904";
  color: #ba122b;
}
.icon-Arrow-right:before {
  content: "\e905";
  color: #fff;
}
.icon-Calendar:before {
  content: "\e906";
  color: #ba122b;
}
.icon-Location:before {
  content: "\e907";
  color: #ba122b;
}
.icon-Mail:before {
  content: "\e908";
  color: #f2f2f2;
}

/* Override default icon colors to inherit, so Elementor style controls win */
i[class^="icon-"],
i[class*=" icon-"] {
  color: inherit !important;
}

/* Ensure pseudo elements also inherit and use currentColor for fill */
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  color: inherit !important;
  fill: currentColor !important;
}
