@font-face {
    font-family: 'Manrope';
    font-weight: 400;
    font-style: normal;
    src: local('Manrope'), url('Manrope-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Manrope';
    font-weight: 500;
    font-style: normal;
    src: local('Manrope'), url('Manrope-Medium.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Manrope';
    font-weight: 600;
    font-style: normal;
    src: local('Manrope'), url('Manrope-SemiBold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Manrope';
    font-weight: 700;
    font-style: normal;
    src: local('Manrope'), url('Manrope-Bold.ttf') format('truetype');
  }