@font-face {
  font-family: "DM Mono";
  src: url('../fonts/DMMono-Regular.ttf');
  font-feature-settings: 'ss02' on, 'ss03' on;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
@font-face {
  font-family: "DM Mono";
  src: url('../fonts/DMMono-Medium.ttf');
  font-weight: medium;
  font-feature-settings: 'ss02' on, 'ss03' on;
  -webkit-font-smoothing: antialiased;
} 
@font-face {
  font-family: "DM Mono";
  src: url('../fonts/DMMono-Light.ttf');
  font-weight: light;
  font-feature-settings: 'ss02' on, 'ss03' on;
  -webkit-font-smoothing: antialiased;
} 