/* RM Neue, self-hosted (licensed). Three weights ship: Regular, SemiBold and
   Bold, each with a real italic. The apps use six CSS weights, so each cut
   covers a pair - Regular 300-400, SemiBold 500-600, Bold 700-800. */
@font-face {
  font-family: 'RM Neue';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src:
    url('rmneue-regular.woff2') format('woff2'),
    url('rmneue-regular.woff') format('woff');
}
@font-face {
  font-family: 'RM Neue';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src:
    url('rmneue-italic.woff2') format('woff2'),
    url('rmneue-italic.woff') format('woff');
}
@font-face {
  font-family: 'RM Neue';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src:
    url('rmneue-semibold.woff2') format('woff2'),
    url('rmneue-semibold.woff') format('woff');
}
@font-face {
  font-family: 'RM Neue';
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src:
    url('rmneue-semibolditalic.woff2') format('woff2'),
    url('rmneue-semibolditalic.woff') format('woff');
}
@font-face {
  font-family: 'RM Neue';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src:
    url('rmneue-bold.woff2') format('woff2'),
    url('rmneue-bold.woff') format('woff');
}
@font-face {
  font-family: 'RM Neue';
  font-style: italic;
  font-weight: 700 800;
  font-display: swap;
  src:
    url('rmneue-bolditalic.woff2') format('woff2'),
    url('rmneue-bolditalic.woff') format('woff');
}
