﻿@font-face {
  font-family: 'MicrositeIcons';
  src:
    url('fonts/MicrositeIcons.woff2?74j3nn') format('woff2'),
    url('fonts/MicrositeIcons.ttf?74j3nn') format('truetype'),
    url('fonts/MicrositeIcons.woff?74j3nn') format('woff'),
    url('fonts/MicrositeIcons.svg?74j3nn#MicrositeIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mi-"], [class*=" mi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MicrositeIcons' !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;
}

.mi-twitter:before {
  content: "\e900";
}
.mi-facebook:before {
  content: "\e901";
}
.mi-cross:before {
  content: "\e92a";
}
.mi-menu:before {
  content: "\e92b";
}