/* css/ionicons.css */

@font-face {
    font-family: 'Ionicons';
    src: url('../fonts/ionicons.eot?v=7.1.0');
    src: url('../fonts/ionicons.eot?v=7.1.0#iefix') format('embedded-opentype'),
         url('../fonts/ionicons.woff?v=7.1.0') format('woff'),
         url('../fonts/ionicons.ttf?v=7.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ion, .ionicons {
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    text-rendering: auto;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-md-mail:before,
.ion-ios-mail:before {
  content: "\f423";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}
