@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans'), url(ptsansregular.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(ptsansbold.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(ptsansitalic.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(ptsansbolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'PT Sans', Verdana, Arial, sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 48px;
  font-weight: 400;
}
h2 {
  font-size: 32px;
  font-weight: 400;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
}
