@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("./font-dana/DanaFaNum-Thin.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 300;
  src: url("./font-dana/DanaFaNum-Light.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 400;
  src: url("./font-dana/DanaFaNum-Regular.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 500;
  src: url("./font-dana/DanaFaNum-Medium.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 600;
  src: url("./font-dana/DanaFaNum-DemiBold.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 700;
  src: url("./font-dana/DanaFaNum-Bold.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 800;
  src: url("./font-dana/DanaFaNum-ExtraBold.ttf") format("woff");
}

@font-face {
  font-family: DanaFaNum;
  font-style: normal;
  font-weight: 900;
  src: url("./font-dana/DanaFaNum-Black.ttf") format("woff");
}

@font-face {
  font-family: Pinar;
  font-style: normal;
  font-weight: 700;
  src: url("./font-pinar/Pinar-FD-Bold.ttf") format("woff");
}

@font-face {
  font-family: Pinar;
  font-style: normal;
  font-weight: 600;
  src: url("./font-pinar/Pinar-FD-SemiBold.ttf") format("woff");
}

@font-face {
  font-family: Pinar;
  font-style: normal;
  font-weight: 500;
  src: url("./font-pinar/Pinar-FD-Medium.ttf") format("woff");
}

@font-face {
  font-family: Pinar;
  font-style: normal;
  font-weight: 400;
  src: url("./font-pinar/Pinar-FD-Regular.ttf") format("woff");
}

*{
  font-family: DanaFaNum;
}

.font-pinar{
  font-family: Pinar;
}