/**
*
*	Name:			IRANYekan Font
*	Version:		1.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2016
*	Updated on:		Dec 20, 2016
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ایران یکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (CDBL3)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-Regular.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/iranyekanx/IRANYekanX-Bold.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-UltraLight.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-DemiBold.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-DemiBold.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-ExtraBold.woff2');
    }
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iranyekanx/IRANYekanXFaNum-ExtraBlack.woff2');
    }

body {
    font-family: iranyekanx !important;
}

.nav > li > a {
    font-family: iranyekanx !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: iranyekanx !important;
}

.alt-font {
    font-family: iranyekanx !important;
}

p {
    font-family: iranyekanx !important;
    font-size: 15px;
    font-weight: 400 !important;;
}





