@font-face {
	font-family: 'Nunito-Regular';
	font-weight: normal;
	font-style: normal;
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito-ExtraBold';
	font-weight: bold;
	font-style: normal;
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito-SemiBold';
	font-weight: bold;
	font-style: normal;
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Chewy-Regular';
	font-weight: normal;
	font-style: normal;
  src: url('../fonts/Chewy-Regular.ttf') format('truetype');
}