/* Local-first typography: no font request is required during page load. */
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans"), local("Aptos"), local("Segoe UI"), local("Helvetica Neue");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: local("Manrope"), local("Aptos Display"), local("Segoe UI"), local("Helvetica Neue");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
