@charset "UTF-8";
@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/iy/woff/IRANYekanX-Thin.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/iy/woff/IRANYekanX-UltraLight.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iy/woff/IRANYekanX-Light.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/iy/woff/IRANYekanX-Medium.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/iy/woff/IRANYekanX-DemiBold.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/iy/woff/IRANYekanX-ExtraBold.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/iy/woff/IRANYekanX-Black.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 950;
    src: url('fonts/iy/woff/IRANYekanX-ExtraBlack.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: 1000;
    src: url('fonts/iy/woff/IRANYekanX-Heavy.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iy/woff/IRANYekanX-Bold.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iy/woff/IRANYekanX-Regular.woff') format('woff'), url('fonts/iy/woff2/IRANYekanX-Regular.woff2') format('woff2');
}

.text-thin,
.text-100 {
    font-weight: 100;
}

.text-UltraLight,
.text-200 {
    font-weight: 200;
}

.text-light,
.text-300 {
    font-weight: 300;
}

.text-regular,
.text-normal {
    font-weight: normal;
}

.text-medium,
.text-500 {
    font-weight: 500;
}

.text-demibold,
.text-600 {
    font-weight: 600;
}

.text-bold,
.text-bold {
    font-weight: bold;
}

.text-extrabold,
.text-800 {
    font-weight: 800;
}

.text-blacks,
.text-900 {
    font-weight: 900;
}

.text-extrablack,
.text-950 {
    font-weight: 950;
}

.text-heavy,
.text-1000 {
    font-weight: 1000;
}