@font-face {
    font-family: 'yekan';
    src:url('fonts/Yekan-Regular.woff2') format('woff2'),
    url('fonts/Yekan-Regular.woff') format('woff'),
    url('fonts/Yekan-Regular.ttf') format('truetype'),
	url('fonts/Yekan-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yekan';
    src:url('fonts/Yekan-Bold.woff2') format('woff2'),
    url('fonts/Yekan-Bold.woff') format('woff'),
    url('fonts/Yekan-Bold.ttf') format('truetype'),
	url('fonts/Yekan-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OperatorLightRegular';
    src: url('fonts/operator-light-webfont.eot');
    src: url('fonts/operator-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/operator-light-webfont.woff') format('woff'),
         url('fonts/operator-light-webfont.ttf') format('truetype'),
         url('fonts/operator-light-webfont.svg#OperatorLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}