@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  font-display: swap;
  src:
    local('Manrope Regular'),
    url('/fonts/manrope/Manrope-Regular.ttf') format('opentype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-display: swap;
  src:
    local('Manrope Medium'),
    url('/fonts/manrope/Manrope-Medium.ttf') format('opentype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-display: swap;
  src:
    local('Manrope Bold'),
    url('/fonts/manrope/Manrope-Bold.ttf') format('opentype');
}
