@font-face {
  font-family: 'AlegreyaSans-Regular';
  src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AlegreyaSans-Bold';
  src: url('fonts/AlegreyaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AlegreyaSans-Italic';
  src: url('fonts/AlegreyaSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'AlegreyaSans-BoldItalic';
  src: url('fonts/AlegreyaSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
