﻿@font-face
{
	font-family:IranSans;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSans/Regular.eot");
	src:url("../Fonts/IranSans/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSans/Regular.woff2") format('woff2'),
		url("../Fonts/IranSans/Regular.woff") format('woff'),
		url("../Fonts/IranSans/Regular.ttf") format('truetype');
}
@font-face
{
	font-family:IranSansFa;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSansFa/Regular.eot");
	src:url("../Fonts/IranSansFa/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSansFa/Regular.woff2") format('woff2'),
		url("../Fonts/IranSansFa/Regular.woff") format('woff'),
		url("../Fonts/IranSansFa/Regular.ttf") format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body
{
	direction:rtl;
	margin:100px;
	background-color:#0db764;
	text-align:center;
}
a
{
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.ltr-field
{
	direction:ltr;
}
.text
{
	margin-top:30px;
	font-family:IranSans;
	font-size:16px;
	color:#ffffff;
}
.text a
{
	color:#ffffff;
}
.text a:hover
{
	color:#000000;
	text-decoration:none;
}