/* Space Mono - Regular */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/vendor/fonts/SpaceMono-Regular.woff2') format('woff2');
}
/* Space Mono - Bold */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/vendor/fonts/SpaceMono-Bold.woff2') format('woff2');
}
/* DM Sans - variable weight 300-600 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/vendor/fonts/DMSans-Variable.woff2') format('woff2');
}
