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

@font-face {
  font-family: 'UntitledSans';
  src: url('UntitledSansLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'UntitledSans';
  src: url('UntitledSansBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
