/* Left to Right Fonts */

@font-face{
	font-family:'Lato';
	src: url('../fonts/Lato.eot');
	src: url('../fonts/Lato.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Lato.ttf') format('truetype'),
		 url('../fonts/Lato.otf') format('otf'),
		 url('../fonts/Lato.svg') format('svg'),
		 url('../fonts/Lato.woff') format('woff');
	font-weight: normal;
  	font-style: normal;
}

@font-face{
	font-family:'Brandon';
	src: url('../fonts/BrandonGrotesque-Bold.eot');
	src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
		 url('../fonts/BrandonGrotesque-Bold.otf') format('otf'),
		 url('../fonts/BrandonGrotesque-Bold.svg') format('svg'),
		 url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
	font-weight: normal;
  	font-style: normal;
}