/*
  Self-hosted fonts — Latin subset only (English-language DFW-area site).
  Source Sans Pro was renamed "Source Sans 3" by Adobe; same typeface under
  the new name. Fetched from Google Fonts' static files and hosted here
  rather than loaded from fonts.googleapis.com at runtime — the current
  site introduces no third-party font CDN, and self-hosting keeps it that
  way rather than adding a new third-party dependency mid-rebuild.
*/
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/poppins-300.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/oswald-700.woff2") format("woff2");
}

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/poppins-400.woff2") format("woff2"); }

@font-face { font-family: "Oswald"; font-style: normal; font-weight: 200 700; font-display: swap; src: url("/assets/fonts/oswald-variable.woff2") format("woff2"); }
