/* Inter, self-hosted for the ported wui-ds header/footer. Not part of the
   synced bundle — its url()s are relative to THIS file's location, which
   would break if it were cached from a different directory structure. See
   docs/superpowers/plans/2026-07-31-wp-header-footer-sync-wordpress-module.md. */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable-Italic-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
.wui-ds {
  --font-ui: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
