@font-face {
  font-family: "XM regular";
  src: url("../fonts/xm-regular.otf") format("opentype");
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'XM';
  src: url('../fonts/XM-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}