@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Dana-FaNum-Regular.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Dana-FaNum-Medium.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Dana-FaNum-DemiBold.ttf") format("woff");
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Dana-FaNum-Bold.ttf") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "dana" !important;
}

body {
  font-family: "dana" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1310px) {
  .mainView {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}/*# sourceMappingURL=bahar.css.map */