/* Correct legacy DM Sans source/style pairing without changing family use. */
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/DMSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: DMSans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/DMSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: DMSans;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/DMSans-Italic.woff2") format("woff2");
}
