﻿

@font-face {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
	src: local('Poppins'),
		url(/fonts/Poppins/Poppins-Regular.eot) format('embedded-opentype'),
		url(/fonts/Poppins/Poppins-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
	src: local('Poppins Bold'),
		url(/fonts/Poppins/Poppins-Bold.eot) format('embedded-opentype'),
		url(/fonts/Poppins/Poppins-Bold.woff) format('woff');
}

body
{
	font-family: "Poppins";
	font-size: 24px;
	color: #335588;
	background-color: #FFF8EE;
}
