@font-face{
	src: url('Vazirmatn-Regular.woff2');
	font-family: Vazir;
}
*{
	box-sizing: border-box;
}
html{
	font-family: Vazir;
	direction: rtl;
	font-size: 20px;
	line-height: 2rem;
}
input,textarea{
	font-family: Vazir;
	font-size: 20px;

}
body{
	background-color: white;
}
#text{
	width: 100%;
	height: 200px;
}