@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: 200;
  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: 15px;
}
h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -1px;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

