@font-face {
  	font-family: 'Montserrat-Regular';
  	src: url('../fonts/Montserrat-Regular.otf') format('opentype'),
	url('../fonts/Montserrat-Regular.woff') format('woff'), 
	url('../fonts/Montserrat-Regular.ttf') format('truetype'), 
	url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

@font-face {
  	font-family: 'Montserrat-Light';
  	src: url('../fonts/Montserrat-Light.otf') format('opentype'),
	url('../fonts/Montserrat-Light.woff') format('woff'), 
	url('../fonts/Montserrat-Light.ttf') format('truetype'), 
	url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

@font-face {
  	font-family: 'Montserrat-Bold';
  	src: url('../fonts/Montserrat-Bold.otf') format('opentype'),
	url('../fonts/Montserrat-Bold.woff') format('woff'), 
	url('../fonts/Montserrat-Bold.ttf') format('truetype'), 
	url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  	font-weight: normal;
  	font-style: normal;
}