@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir-Bold';
    src: url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MyIcons';
    src: url('../fonts/logo.woff') format('woff'),
         url('../fonts/logo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Vazir', sans-serif;
    font-weight: normal;
}

.ec {
    font-family: 'MyIcons';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}
.ec-logo::before {
    content: '\e900';
}
