@font-face {
    font-family: 'MonaSans-medium';
    src: url('./Mona-SemiBold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MonaSans-bold';
    src: url('./Mona-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mona-Regular';
    src: url('./Mona.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'IMS';
  src: url('./IMS-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IMS';
  src: url('./IMS-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IMS';
  src: url('./IMS-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

