/* Nunito Sans — self-hosted (google-webfonts-helper, latin subset, OFL).
   Referenced from index.html via <link>; lives in public/ so Vite copies it
   verbatim and viteSingleFile never inlines it. URLs are relative to this
   file, so the same fonts/ folder works in the WP plugin, the unzipped
   standalone folder, and the dev server. Missing folder = system-font
   fallback, by design. */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./nunito-sans-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./nunito-sans-v19-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./nunito-sans-v19-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./nunito-sans-v19-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./nunito-sans-v19-latin-900.woff2") format("woff2");
}
