@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 400;
	src: url('/css/fonts/hind-regular-webfont.woff2') format('woff2'),
		url('/css/fonts/hind-regular-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 600;
	src: url('/css/fonts/hind-semibold-webfont.woff2') format('woff2'),
	url('/css/fonts/hind-semibold-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('/css/fonts/Montserrat-Regular.otf');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/css/fonts/Montserrat-Bold.otf');
}