FONT
@font-face {
  font-family: 'landscaper';
  src: url('//static1.squarespace.com/static/5817b527be6594f54ca56287/t/5862ae74ebbd1aa73d42bffa/1482862197150/landscaper-regular-webfont.woff');
  font-weight: 400;
}

HEADER TEXT
h1,h2,h3{
  font-family: 'landscaper';
  font-weight: 400;
}

BODY TEXT
body,p{
  font-family: 'landscaper';
  font-weight: 400;
}

BULLET TEXT
li{
  font-family: 'landscaper';
  font-weight: 400;
}

NAVIGATION TEXT
.main-nav a{
  font-family: 'landscaper';
  font-weight: 400;
}

TAGLINE TEXT
#logo .logo-subtitle{
  font-family: 'landscaper';
  font-weight: 400;
}

SEND/SUBMIT BUTTON
body:not(.button-style-default) .sqs-editable-button{
  font-family: 'landscaper';
  font-weight: 400;
}

COPYRIGHT TAG
blockquote{
  font-family: 'landscaper';
  font-weight: 400;
}