
body {
  font-family: "prenton";
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
    margin-left: 2em;
    margin-right: 2em;

}
.contentWrap {
max-width: 580px;
margin: 0 auto;
margin-top: 4em;
margin-bottom: 4em;
}

p { line-height: 1.65em; color: #292929; }

hr {
  border: none;
  border-bottom: 2px solid #efefef;
  margin-top: 1.85em;
  margin-bottom: 1.85em;

}

a { color: #003cf3; }
b { font-weight: 500; }
