/**
* @license
*
* Font Family: Martian Mono
* Designed by: The Martian Mono Project Authors
* URL: https://github.com/evilmartians/mono
* © 2021 The Martian Mono Project Authors
*
*/
@font-face {
  font-family: 'Martian Mono';
  src: url('./MartianMono-Variable.woff2') format('woff2'),
       url('./MartianMono-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

