/* Self-hosted DM Sans (variable font, latin subset).
   Loaded before tokens-oklch.css / custom.css so --orderly-font resolves
   to a real, already-fetched font instead of falling back to system UI. */

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dmsans/dm-sans-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dmsans/dm-sans-italic.woff2") format("woff2");
}
