@import url("farsi-fonts-styles/primary-iran-yekan.css");
@import url("farsi-fonts-styles/secondary-pinar.css");

body {
    color: #111;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    font-family: "primary-font", "segoe ui", "tahoma";
    direction: rtl;
}
.ltr_text {
    display: inline-block;
    direction: ltr;
}
.primary-font {
    font-family: "primary-font", "segoe ui", "tahoma" !important;
}
.secondary-font {
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

h2.footer_title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 85px;
    right: 0;
    bottom: -12px;
    background: #fff;
}