
/*****
	Font: noto-serif
*****/

/* Light */

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/noto-serif-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}
