@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./manrope-regular.woff') format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./manrope-regular.woff') format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./manrope-semibold.woff') format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./manrope-bold.woff') format('woff');
}