@font-face {
  font-family: 'DM Sans'; src: url('/fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'DM Sans';src: url('/fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'ProtoMono';src: url('/fonts/ProtoMono-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'ProtoMono';src: url('/fonts/ProtoMono-Medium.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'ProtoMono';src: url('/fonts/ProtoMono-SemiBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'ProtoMono';src: url('/fonts/ProtoMono-Light.ttf') format('truetype');
  font-weight: 200;
}
