@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo'), url(arimo.woff) format('woff');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'), url(arimobold.woff) format('woff');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: local('Arimo Italic'), local('Arimo-Italic'), url(arimoitalic.woff) format('woff');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url(arimobolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'Arimo', Verdana, Arial, sans-serif;
  font-size: 15px;
}
h1 {
  font-size: 30px;
  font-weight: 300;
}
h2 {
  font-size: 22px;
  font-weight: 300;
}
h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}