@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("/fonts/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("/fonts/DMSans700.woff2") format("woff2");
}

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