@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifRegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'UntitledSerif';
  src: url('UntitledSerifBoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
