@font-face {
  font-family: 'Poppins-Regular';
  src: url('fonts/Poppins-Regular-Latin1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('fonts/Poppins-SemiBold-Latin1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('fonts/Poppins-Medium-Latin1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  /*	background-color:red;
	background-image:url('assets/images/penguin_bg_snow.png');
  background-size:cover;
  background-position:50%;*/
}
/*
#frame {
	background-color:green;
}
#content {
	background-color:blue;
}

#stage {
	background-color:purple;
}
*/
#fontload {
  font-family: 'Poppins-Regular';
  position: absolute;
  font-size: 18px;
}
#fontload2 {
  font-family: 'Poppins-SemiBold';
  position: absolute;
  font-size: 18px;
}
#fontload3 {
  font-family: 'Poppins-Medium';
  position: absolute;
  font-size: 18px;
}
/*# sourceMappingURL=main.css.map */