@font-face { 
  font-family: Vazir; 
  src: url('../fonts/vazirmatn.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; 
}
body {
	direction: rtl;
    font-family: Vazir;
	font-size: 13px;
    font-weight: 400;
	background-color: #2F3188;
}
.container{
	min-width: 360px;	
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
.input-captcha{text-transform: uppercase;}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-post{
background-color: #fff;
border: 1px solid var(--bs-border-color);
border-radius: .375rem;
max-width: 100%;
height: auto;	
}