@font-face {
  font-family: Pinar;
  font-style: normal;
  font-weight: 900;
  src: url("./Pinar-Bold.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 100;
  src: url("./DanaFaNum-Thin.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 200;
  src: url("./DanaFaNum-UltraLight.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 300;
  src: url("./DanaFaNum-Light.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 400;
  src: url("./DanaFaNum-Regular.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 500;
  src: url("./DanaFaNum-Medium.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  src: url("./DanaFaNum-DemiBold.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 700;
  src: url("./DanaFaNum-Bold.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 800;
  src: url("./DanaFaNum-ExtraBold.ttf");
}

@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 900;
  src: url("./DanaFaNum-Black.ttf");
}

* {
  font-family: dana;
}
