@charset "utf-8";
/* CSS Document */
@import url('layout.css');
@import url('custom-layout.css');
@import url('animate.css');
@import url('errors.css');
@font-face {
	font-family: 'LatoBold';
	src: url('../fonts/lato-bold.ttf');
	src: local('☺'), url('../fonts/lato-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoLight';
	src: url('../fonts/lato-light.ttf');
	src: local('☺'), url('../fonts/lato-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

