@font-face {
	font-family: 'Montserrat Bold';
	src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

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

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