@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-regular.otf');
	src: url('../fonts/montserrat-regular.woff2') format('woff2'),
		url('../fonts/montserrat-regular.otf') format('opentype'),
		url('../fonts/montserrat-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-light.otf');
	src: url('../fonts/montserrat-light.woff2') format('woff2'),
		url('../fonts/montserrat-light.otf') format('opentype'),
		url('../fonts/montserrat-light.ttf') format('truetype');
  font-weight: 300;
  font-style: light;
  font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-bold.otf');
	src: url('../fonts/montserrat-bold.woff2') format('woff2'),
		url('../fonts/montserrat-bold.otf') format('opentype'),
		url('../fonts/montserrat-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}

@font-face {
	font-family: 'Europe';
	src: url('../fonts/europe-normal.otf');
	src: url('../fonts/europe-normal.woff2') format('woff2'),
		url('../fonts/europe-normal.otf') format('opentype'),
		url('../fonts/europe-normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Europe';
	src: url('../fonts/europe-bold.otf');
	src: url('../fonts/europe-bold.woff2') format('woff2'),
		url('../fonts/europe-bold.otf') format('opentype'),
		url('../fonts/europe-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
