/* Global font faces (served via CloudFront) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.citizens4soundmoney.org/wp-content/uploads/et-fonts/dm-sans-v17-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.citizens4soundmoney.org/wp-content/uploads/et-fonts/source-serif-4-v14-latin-regular.woff2") format("woff2");
}

/* Optional hardens: ensure intended families are used even if a page's CSS misses its @font-face */
html, body { font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: "Source Serif 4", Georgia, "Times New Roman", serif; font-weight: 400; }
