@font-face {
  font-family: 'DM-Sans';
  font-weight: 400;
  font-style: normal;
  src: url('Roboto/static/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DM-Sans';
  font-weight: 700;
  font-style: normal;
  src: url('Roboto/static/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'DM-Sans';
  font-weight: 400;
  font-style: italic;
  src: url('Roboto/static/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'DM-Sans';
  font-weight: 700;
  font-style: italic;
  src: url('Roboto/static/Roboto-BoldItalic.ttf') format('truetype');
}