body {
	background-color: #adff2f;
}
h1 {
	font-size: 200%;
	font-family: 'Lato',sans-serif;
}
p {
	font-size: 100%;
	font-family: 'Lato-Light',sans-serif;
}
@font-face {
  font-family: 'Lato-Light'; /* Name your font whatever you like */
  src: url('/resources/fonts/Lato-Light.woff2') format('woff2'),
       /*url('/resources/fonts/myfontname.woff') format('woff'),*/
       url('/resources/fonts/Lato-Light.ttf') format('truetype'); /* Include the TTF as a fallback */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato'; /* Name your font whatever you like */
  src: url('/resources/fonts/Lato-Regular.woff2') format('woff2'),
       /*url('/resources/fonts/myfontname.woff') format('woff'),*/
       url('/resources/fonts/Lato-Regular.ttf') format('truetype'); /* Include the TTF as a fallback */
  font-weight: normal;
  font-style: normal;
}
