@font-face {
  font-family: 'Alegreya';
  src: url('Alegreya-Regular.eot'); /* IE9 Compat Modes */
  src: url('Alegreya-Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Alegreya-Regular.woff') format('woff'), /* Modern Browsers */
       url('Alegreya-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Alegreya-Regular.svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Alegreya SC';
  src: url('AlegreyaSC-Bold.eot'); /* IE9 Compat Modes */
  src: url('AlegreyaSC-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('AlegreyaSC-Bold.woff') format('woff'), /* Modern Browsers */
       url('AlegreyaSC-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('AlegreyaSC-Bold.svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}