
/*****
	FONT: Alegreya Sans
*****/

/* Thin */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-ThinItalic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Light */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/AlegreyaSans-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}



