


@font-face {
    font-family: 'coman';
    src: url('./fonts_iconmoon/icomoon.eot');
    src: url('./fonts_iconmoon/icomoon.eot') format('embedded-opentype'), 
        url('./fonts_iconmoon/icomoon.ttf') format('truetype'), 
        url('./fonts_iconmoon/icomoon.woff') format('woff'), 
        url('./fonts_iconmoon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.icon,.fa {
    display: inline-block;
    font: normal normal normal 14px/1 coman;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.size-2x {
    font-size: 2em;
}
.size-m {
    font-size: 1.3em;
}
.size-m1 {
    font-size: 1.7em;
}
.size-4x {
    font-size: 4em;
}
.size-3x {
    font-size: 3em;
}
.rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-30 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
