@charset "utf-8";
/* CSS Document */

html,body{
	background-color: #ffbc0d;
	color: #000000;
	font-size: 16px;
	font-family: 'Speedee Arabic';
}
.dir-rtl{
	direction: rtl;
}
.eninar{
	direction: ltr;
	display: inline-block;
}
.img-full{
	width: 100%;
	height: auto;
	display: block;
}
h1{
	font-size: 2.75rem;
	font-weight: 900;
	margin-top: 0.5em;
}
h2{
	font-size: 2.375rem;
	font-weight: bold;
	color: #db0007;
	margin-top: 0.5em;
}
h3{
	font-size: 1.8333rem;
	font-weight: bold;
	margin-top: 0.5em;
}
h4{
	font-size: 1.2083rem;
	font-weight: bold;
	margin-top: 0.5em;
}
.texta{
	font-weight: bold;
}
.texta .eninar{
	color: #db0007;
}
.redmarker li::marker{
	color: #db0007;
	font-weight: bold;
}