@font-face {
  font-family: 'Montserrat-bold';
  src: url('fonts/Montserrat-Bold.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
  
@font-face {
  font-family: 'Montserrat-medium';
  src: url('fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}