@font-face {
    font-family: 'Yekan Bakh Fat';
    src: url('YekanBakh-Fat.eot');
    src: local('YekanBakh-Fat'),
        url('YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Fat.woff2') format('woff2'),
        url('YekanBakh-Fat.woff') format('woff'),
        url('YekanBakh-Fat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Mediums';
    src: url('YekanBakh-Medium.eot');
    src: local('YekanBakh-Medium'),
        url('YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Medium.woff2') format('woff2'),
        url('YekanBakh-Medium.woff') format('woff'),
        url('YekanBakh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Bolds';
    src: url('YekanBakh-Bold.eot');
    src: local('YekanBakh-Bold'),
        url('YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Bold.woff2') format('woff2'),
        url('YekanBakh-Bold.woff') format('woff'),
        url('YekanBakh-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Light';
    src: url('YekanBakh-Light.eot');
    src: local('YekanBakh-Light'),
        url('YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Light.woff2') format('woff2'),
        url('YekanBakh-Light.woff') format('woff'),
        url('YekanBakh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Heavy';
    src: url('YekanBakh-Heavy.eot');
    src: local('YekanBakh-Heavy'),
        url('YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Heavy.woff2') format('woff2'),
        url('YekanBakh-Heavy.woff') format('woff'),
        url('YekanBakh-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Thins';
    src: url('YekanBakh-Thin.eot');
    src: local('YekanBakh-Thin'),
        url('YekanBakh-Thin.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Thin.woff2') format('woff2'),
        url('YekanBakh-Thin.woff') format('woff'),
        url('YekanBakh-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Regular';
    src: url('YekanBakh-Regular.eot');
    src: local('YekanBakh-Regular'),
        url('YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Regular.woff2') format('woff2'),
        url('YekanBakh-Regular.woff') format('woff'),
        url('YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yekan Bakh Hairline';
    src: url('YekanBakh-Hairline.eot');
    src: local('YekanBakh-Hairline'),
        url('YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'),
        url('YekanBakh-Hairline.woff2') format('woff2'),
        url('YekanBakh-Hairline.woff') format('woff'),
        url('YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.yekanbakh-fat{
	font-family: Yekan Bakh Fat !important;
}

.yekanbakh{
	font-family: Yekan Bakh Mediums !important;
}

.yekanbakh-bold{
	font-family: Yekan Bakh Bolds !important;
}

.yekanbakh-light{
	font-family: Yekan Bakh Light !important;
}

.yekanbakh-heavy{
	font-family: Yekan Bakh Heavy !important;
}

.yekanbakh-thin{
	font-family: Yekan Bakh Thins !important;
}

.yekanbakh-regular{
	font-family: Yekan Bakh Regular !important;
}

.yekanbakh-hairline{
	font-family: Yekan Bakh Hairline !important;
}

.rtl{
	text-align: right;
	direction: rtl;
}
.ctl{
	text-align: center;
	direction: rtl;
}
.ltr{
	text-align: left;
	direction: ltr;
}
.alerts-border {
    border: 1px #242424 solid;
    animation: blink 1s;
    animation-iteration-count: 3;
}

@keyframes blink { 50% { border-color:#fff ; }  }