@font-face {
  font-family: 'Manrope';
  src: local('Manrope Regular'), url('./Manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: local('Manrope Bold'), url('./Manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local('Loto Regular'), url('./Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato Bold'), url('./Lato/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
