@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Alegreya Sans Light'), local('AlegreyaSans-Light'), url(alegreyasanslight.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Sans'), local('AlegreyaSans-Regular'), url(alegreyasansregular.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(alegreyasansbold.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Alegreya Sans Light Italic'), local('AlegreyaSans-LightItalic'), url(alegreyasanslightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(alegreyasansitalic.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Sans Bold Italic'), local('AlegreyaSans-BoldItalic'), url(alegreyasansbolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'Alegreya Sans', Verdana, Arial, sans-serif;
  font-size: 17px;
}
h3 {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}