@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Proxima Nova Regular, sans-serif;
  margin: 48px 24px;
  line-height: 1.4em;
  text-indent: 20px;
  font-size: 16px;
  color: #282828;
}

@media screen and (max-width: 991px) {
  body {
    margin: 6em 3em;
    line-height: 30px;
  }
}

h2, h3, h4 {
  font-size: 20px;
  font-weight: normal;
}

.right {
  text-align: right;
}

br:after {
  text-indent: 20px;
}

text {
  text-indent: 20px;
}
