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

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

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