/* ================================================================
   NsStore.mx — Fuentes tipográficas
   Archivo: themes/ap_office/css/local/nsstore_fuentes.css
   
   Carga Plus Jakarta Sans e Instrument Sans desde Google Fonts.
   Se cargan de forma asíncrona para no bloquear el render.
   ================================================================ */

/* Import de Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Aplicar tipografía en ambos temas */
body.tema-azul,
body.tema-verde {
  font-family: 'Instrument Sans', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

body.tema-azul h1, body.tema-azul h2, body.tema-azul h3,
body.tema-azul h4, body.tema-azul h5, body.tema-azul h6,
body.tema-azul .product-name, body.tema-azul .price,
body.tema-verde h1, body.tema-verde h2, body.tema-verde h3,
body.tema-verde h4, body.tema-verde h5, body.tema-verde h6,
body.tema-verde .product-name, body.tema-verde .price {
  font-family: 'Plus Jakarta Sans', 'Instrument Sans', sans-serif !important;
}
