@font-face {
  font-family: 'Alegreya';
  src: url('../webfont/AlegreyaRegular.eot');
  src: url('../webfont/AlegreyaRegular.eot#iefix') format('embedded-opentype'),
	   local('Alegreya Black'), local('Alegreya-Black'), url('../webfont/AlegreyaRegular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AlegreyaBold';
  src: url('../webfont/AlegreyaBold.eot');
  src: url('../webfont/AlegreyaBold.eot#iefix') format('embedded-opentype'),
	   local('Alegreya Black'), local('Alegreya-Black'), url('../webfont/AlegreyaBold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'AlegreyaBlack';
  src: url('../webfont/AlegreyaBlack.eot');
  src: url('../webfont/AlegreyaBlack.eot#iefix') format('embedded-opentype'),
	   local('Alegreya Black'), local('Alegreya-Black'), url('../webfont/AlegreyaBlack.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'AlegreyaItalic';
  src: url('../webfont/AlegreyaItalic.eot');
  src: url('../webfont/AlegreyaItalic.eot#iefix') format('embedded-opentype'),
	   local('Alegreya Black'), local('Alegreya-Black'), url('../webfont/AlegreyaItalic.woff') format('woff');
  font-style: italic;
  font-weight: 400;
}

/* For CSS later use */
.antialias-shadow { text-shadow: 0 1px 0 rgba(0,0,0,0.1); }
.font-regular { font-family: 'Alegreya', 'Times New Roman', Times, serif; text-shadow: 0 0 1px rgba(0,0,0,0.3); }
.font-bold { font-family: 'AlegreyaBold', 'Times New Roman', Times, serif; }
.font-bold-little { font-family: 'AlegreyaBold', 'Times New Roman', Times, serif; font-size: 11px; }
.font-bold-red { font-family: 'AlegreyaBlack', 'Times New Roman', Times, serif; color: #b11; }
.font-black { font-family: 'AlegreyaBlack', 'Times New Roman', Times, serif; }
.font-italic { font-family: 'AlegreyaItalic', 'Times New Roman', Times, serif; font-style: italic; text-shadow: 0 0 1px rgba(0,0,0,0.3); }