/* ===| TYPOGRAPHY |============================================*/
body{
  font-size: 12px;
  font-family: Arial;
  text-align: justify;
  color: #000000;
  line-height: 18px;}
p {
  font-size: 12px;
  font-family: Arial;
  text-align: justify;
  color: #000000;
  line-height: 18px;
}
h1{
   font-size: 16px;
  font-family: Arial;
  text-align: justify;
  color: #a45f6c;
  line-height: 18px;
}
h2{
   font-size: 16px;
  font-family: Arial;
  text-align: justify;
  color: #a45f6c;
  line-height: 18px;
  padding-left: 65px;
}