@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Light.otf') format('opentype');
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Regular.otf') format('opentype');
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Medium.otf') format('opentype');
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Medium.otf') format('opentype');
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Bold.otf') format('opentype');
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: 'UI Sans';
  src: url('fonts/UI Sans_Black.otf') format('opentype');
  font-weight: 800;
  font-display: block;
}
