@font-face {
  font-family: 'Daniel';
  src: url('../fonts/daniel.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Daniel';
  src: url('../fonts/danielbd.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Daniel';
  src: url('../fonts/danielbk.ttf');
  font-weight: bolder;
  font-style: normal;
}
