/* Awesome Family Font *************************************************************************************************/
@font-face {
  font-family: 'Awesome';
  src: local('Awesome'), url('awesome/regular.woff2') format('woff2'), url('awesome/regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* ManRope Family Font *************************************************************************************************/
@font-face {
  src: local('ManRope'), url('manrope/regular.ttf') format('truetype');
  font-family: 'ManRope';
  font-weight: 400;
  font-display: block;
}

@font-face {
  src: local('ManRope'), url('manrope/medium.ttf') format('truetype');
  font-family: 'ManRope';
  font-weight: 500;
  font-display: block;
}

@font-face {
  src: local('ManRope'), url('manrope/semibold.ttf') format('truetype');
  font-family: 'ManRope';
  font-weight: 600;
  font-display: block;
}

@font-face {
  src: local('ManRope'), url('manrope/bold.ttf') format('truetype');
  font-family: 'ManRope';
  font-weight: 700;
  font-display: block;
}
