@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 400;
  font-display: swap;
  src: url('./manrope-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('./manrope-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('./manrope-bold.ttf') format('truetype');
}
