@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope/light.woff2') format('woff2'), url('../fonts/manrope/light.woff') format('woff');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/manrope/regular.woff2') format('woff2'), url('../fonts/manrope/regular.woff') format('woff');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope/medium.woff2') format('woff2'), url('../fonts/manrope/medium.woff') format('woff');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/manrope/semi-bold.woff2') format('woff2'), url('../fonts/manrope/semi-bold.woff') format('woff');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/manrope/bold.woff2') format('woff2'), url('../fonts/manrope/bold.woff') format('woff');
}


