@font-face {
  font-family: 'DM Sans';
  font-display: swap;
  font-weight: 400;
  /** check that the font is loaded on the website. IDEs fail to find the file */
  src: url('./DMSansRegular.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-display: swap;
  font-weight: bold;
  /** check that the font is loaded on the website. IDEs fail to find the file */
  src: url('./DMSans700.woff2') format('woff2');
}
