/* ============================================================
   Paulista Invest — fontes locais (zero CDN em runtime)
   Space Grotesk (display) · IBM Plex Sans (corpo) · IBM Plex Mono (números)
   ============================================================ */

/* ---- Space Grotesk (display) ---- */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("spacegrotesk/spacegrotesk-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("spacegrotesk/spacegrotesk-latin-700.woff2") format("woff2");
}

/* ---- IBM Plex Sans (corpo) ---- */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("plex/plex-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("plex/plex-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("plex/plex-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("plex/plex-latin-700.woff2") format("woff2");
}

/* ---- IBM Plex Mono (números / rótulos técnicos) ---- */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("plexmono/plexmono-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("plexmono/plexmono-latin-500.woff2") format("woff2");
}
