* {
    direction: rtl;
    font-family: "myiransans",system-ui,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto",sans-serif !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     /* line-height: 26px; */
}
a {
    text-decoration: none;
    color: #333;
}
img{
    max-width: 100%;
}
p,h4{
    margin: 0;
}
body {
  font-size: 14px;
  margin: 0;
}