@font-face {
  font-family: 'robotomono';
  font-style: normal;
  font-weight: 300;
  src: local('robotomono Light'), local('robotomono-Light'), url(robotomonolight.woff) format('woff');
}
@font-face {
  font-family: 'robotomono';
  font-style: normal;
  font-weight: 400;
  src: local('robotomono'), local('robotomono-Regular'), url(robotomonoregular.woff) format('woff');
}
@font-face {
  font-family: 'robotomono';
  font-style: normal;
  font-weight: 700;
  src: local('robotomono Bold'), local('robotomono-Bold'), url(robotomonobold.woff) format('woff');
}
@font-face {
  font-family: 'robotomono';
  font-style: italic;
  font-weight: 300;
  src: local('robotomono Light Italic'), local('robotomono-LightItalic'), url(robotomonolightitalic.woff) format('woff');
}
@font-face {
  font-family: 'robotomono';
  font-style: italic;
  font-weight: 400;
  src: local('robotomono Italic'), local('robotomono-Italic'), url(robotomonoitalic.woff) format('woff');
}
@font-face {
  font-family: 'robotomono';
  font-style: italic;
  font-weight: 700;
  src: local('robotomono Bold Italic'), local('robotomono-BoldItalic'), url(robotomonobolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'robotomono', Verdana, Arial, sans-serif;
  font-size: 14px;
}
h1 {
  font-size: 28px;
  font-weight: 400;
}
h2 {
  font-size: 20px;
  font-weight: 400;
}
h3 {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
}
