@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoBold';
  font-style: normal;
  font-display: swap;
  src: url('./Roboto-Bold.ttf') format('truetype');
}

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

@font-face {
  font-family: 'MontserratBold';
  src: url('./Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
