/* DM Sans Font Face Declarations */
/* Regular (400) for body text, Bold (600) for headings and buttons */

@font-face {
  font-family: "DM Sans";
  src: url(DMSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url(DMSans-Regular-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url(DMSans-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url(DMSans-Bold-Italic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
