@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: normal;
    src: url('dm-sans/DMSans-Regular.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: bold;
    src: url('dm-sans/DMSans-Bold.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: normal;
    src: url('dm-sans/DMSans-Italic.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: bold;
    src: url('dm-sans/DMSans-BoldItalic.ttf')  format('truetype');
  }
  