
@font-face {
  font-family: "Doran";
  src:
    local("Doran"),
    url("fonts/Doran-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
  font-family: "Doran";
  src:
    local("Doran"),
    url("fonts/Doran-ExtraBold.woff") format("woff");
    font-weight: bold;
}

@font-face {
  font-family: "ISX";
  src:
    local("IranSansX"),
    url("fonts/IRANSansX-DemiBold.woff") format("woff");
    font-weight: bold;
}

@font-face {
  font-family: "ISX";
  src:
    local("IranSansX"),
    url("fonts/IRANSansX-Regular.woff") format("woff");
    font-weight: normal;
}
@font-face {
  font-family: "ISX";
  src:
    local("IranSansX"),
    url("fonts/IRANSansX-DemiBold.woff") format("woff");
    font-weight: bold;
}


h1, h2,h3,h4,h5,h6 {
  font-family: 'Doran' !important;
}
body, p, span, a, li, div {
    font-family: 'ISX' !important;
}

.main-nav {
    text-align: left;
}