/* iURBANS - fuentes para la web (Higgsfield / Vite / TanStack Start). SIL OFL 1.1.
   1. Copiar fuentes/woff2/*.woff2 a app/public../fonts/.
   2. Pegar estas reglas al PRINCIPIO de app/src/styles.css, antes de @import "tailwindcss".
   Nada de Google Fonts: las tres familias van autoalojadas. */
@font-face { font-family: "Big Shoulders"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../fonts/BigShoulders-Bold.woff2") format("woff2"); }
@font-face { font-family: "Big Shoulders"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../fonts/BigShoulders-Regular.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Serif"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../fonts/IBMPlexSerif-Bold.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Serif"; font-weight: 700; font-style: italic; font-display: swap;
  src: url("../fonts/IBMPlexSerif-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Serif"; font-weight: 400; font-style: italic; font-display: swap;
  src: url("../fonts/IBMPlexSerif-Italic.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Serif"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../fonts/IBMPlexSerif-Regular.woff2") format("woff2"); }
