@font-face {
  font-family: 'EMPrint-Bold';
  src: url('EMprint Bold.otf'), url('EMprint Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'EMPrint-Light';
  src: url('EMprint Light.otf'), url('EMprint Light.ttf') format('truetype');
}
@font-face {
  font-family: 'EMPrint-Regular';
  src: url('EMprint Regular.otf'), url('EMprint Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'EMPrint-Semibold';
  src: url('EMprint Semibold.otf'), url('EMprint Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'EMPrint';
    src: url('EMprint Bold.otf'), url('EMprint Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'EMPrint';
  src: url('EMprint Light.otf'), url('EMprint Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'EMPrint';
  src: url('EMprint Regular.otf'), url('EMprint Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'EMPrint';
  src: url('EMprint Semibold.otf'), url('EMprint Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

    