﻿@font-face {
  font-family: 'Font';
  src: url('../Font/Font.eot');
  src: url('../Font/Font.eot?#iefix') format('embedded-opentype'),
       url('../Font/Font.woff2') format('woff2'),
       url('../Font/Font.woff') format('woff'),
       url('../Font/Font.ttf') format('truetype'),
       url('../Font/Font.svg#Font') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icn {
    position: relative;
    bottom: 0px;
    display: inline-block;
    font-family: 'Font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size:2.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor:pointer;
}
.icn.small{
    font-size:1em;
    line-height: 1;
}
.icn-big:before {
    content: "a";
}
.icn-small:before {
    content: "b";
}
.icn-generate:before {
    content: "c";
}
.icn-admin:before {
    content: "d";
}
.icn-team:before {
    content: "e";
}
.icn-agent:before {
    content: "f";
}
.icn-logs:before {
    content: "g";
}
.icn-types:before {
    content: "h";
}
.icn-password:before {
    content: "i";
}
.icn-text:before {
    content: "j";
}
.icn-email:before {
    content: "l";
}
.icn-template:before {
    content: "m";
}
.icn-logout:before {
    content: "n";
}
.icn-company:before {
    content: "k";
}
.icn-dashboard:before {
    content: "o";
}
.icn-support:before {
    content: "p";
}
.icn-support2:before {
    content: "q";
}
.icn-logo:before {
    content: "u";
}
.icn-cycle:before {
    content: "C";
}
.icn-prompt:before {
    content: "B";
}
.icn-stamp:before {
    content: "A";
}
.icn-flight:before {
    content: "E";
}