@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Mr Jones";
  src: url(https://typefront.com/fonts/825587981.eot);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mr Jones";
  src: url(https://typefront.com/fonts/825587981.woff) format("woff"),
       url(https://typefront.com/fonts/825587981.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

h1 {
	font-family: Mr Jones, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

p { 

font-family: "Mr Jones", sans-serif;
font-size: 9.5pt;
line-height: 150%;
letter-spacing: .2px;
color:#333333;
}