@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(robotocondensedlight.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(robotocondensedregular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(robotocondensedbold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(robotocondensedlightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(robotocondenseditalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(robotocondensedbolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'Roboto Condensed', Verdana, Arial, sans-serif;
  font-size: 16px;
}
h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

