/* Fuente propia de Phosphor Icons, recortada a los íconos que usa este
   sitio — generada con pyftsubset a partir del paquete oficial
   @phosphor-icons/web@2.1.2. Verificado renderizando cada glifo antes
   de subir.

   BOLD (10): caret-left, caret-right, download-simple, envelope-simple,
   file-pdf, handshake, instagram-logo, spinner-gap, whatsapp-logo, x.

   FILL (15): check-circle, play — más los 13 que puede generar
   getPlatformStyle() en main.js (discografía, colaboraciones y footer):
   instagram-logo, spotify-logo, youtube-logo, apple-logo,
   soundcloud-logo, music-notes-simple (bandcamp), music-note (deezer),
   whatsapp-logo, waves (tidal), storefront (amazon), facebook-logo,
   tiktok-logo, link (genérico, si la plataforma no matchea ninguna).

   OJO — la primera versión de este archivo se armó buscando solo texto
   literal "ph-fill ph-X" en el código, y se saltó estos 13: los íconos
   de redes del footer se arman con una VARIABLE (`ph-fill ${style.icon}`),
   no como string literal, así que ese grep nunca los encontró. Quedaron
   invisibles hasta que se notó en el sitio en vivo. Lección: al recortar
   esta fuente de nuevo, buscar también los ícono construidos con
   variables, no solo los que aparecen como texto plano en el código.

   El CDN completo pesaba ~260KB combinado entre las dos familias
   (bold+fill) — esta versión pesa ~4KB.

   Si se agrega un ícono nuevo al sitio (o una plataforma no listada en
   getPlatformStyle), este archivo hay que regenerarlo — o agregar la
   plataforma nueva usando alguno de los íconos que ya están acá. */

@font-face {
  font-family: 'Phosphor-Bold-Subset';
  src: url('/fonts/phosphor-bold-subset.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phosphor-Fill-Subset';
  src: url('/fonts/phosphor-fill-subset.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ph-bold {
  font-family: 'Phosphor-Bold-Subset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.ph-fill {
  font-family: 'Phosphor-Fill-Subset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.ph-bold.ph-caret-left:before { content: "\e138"; }
.ph-bold.ph-caret-right:before { content: "\e13a"; }
.ph-bold.ph-download-simple:before { content: "\e20c"; }
.ph-bold.ph-envelope-simple:before { content: "\e218"; }
.ph-bold.ph-file-pdf:before { content: "\e702"; }
.ph-bold.ph-handshake:before { content: "\e582"; }
.ph-bold.ph-instagram-logo:before { content: "\e2d0"; }
.ph-bold.ph-spinner-gap:before { content: "\e66c"; }
.ph-bold.ph-whatsapp-logo:before { content: "\e5d0"; }
.ph-bold.ph-x:before { content: "\e4f6"; }
.ph-fill.ph-check-circle:before { content: "\e184"; }
.ph-fill.ph-play:before { content: "\e3d0"; }
.ph-fill.ph-instagram-logo:before { content: "\e2d0"; }
.ph-fill.ph-spotify-logo:before { content: "\e66e"; }
.ph-fill.ph-youtube-logo:before { content: "\e4fc"; }
.ph-fill.ph-apple-logo:before { content: "\e516"; }
.ph-fill.ph-soundcloud-logo:before { content: "\e8de"; }
.ph-fill.ph-music-notes-simple:before { content: "\e342"; }
.ph-fill.ph-music-note:before { content: "\e33c"; }
.ph-fill.ph-whatsapp-logo:before { content: "\e5d0"; }
.ph-fill.ph-waves:before { content: "\e6de"; }
.ph-fill.ph-storefront:before { content: "\e470"; }
.ph-fill.ph-facebook-logo:before { content: "\e226"; }
.ph-fill.ph-tiktok-logo:before { content: "\eaf2"; }
.ph-fill.ph-link:before { content: "\e2e2"; }
