@font-face {
  font-family: 'Circular';
  src: url('../ttf/circular-book.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular';
  src: url('../ttf/circular-medium.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Circular';
  src: url('../ttf/circular-bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url('../ttf/circular-black.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome';
  src: url('../ttf/fa-solid-900.ttf');
  font-weight: 900;
  font-style: normal;
}