/* Jaqen Font Face Declarations - COMENTADAS TEMPORALMENTE (archivos no disponibles) */
/*
@font-face {
  font-family: 'Jaqen';
  src: url('/fonts/Jaqen-Light.woff2') format('woff2'),
       url('/fonts/Jaqen-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jaqen';
  src: url('/fonts/Jaqen-Regular.woff2') format('woff2'),
       url('/fonts/Jaqen-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jaqen';
  src: url('/fonts/Jaqen-Medium.woff2') format('woff2'),
       url('/fonts/Jaqen-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jaqen';
  src: url('/fonts/Jaqen-SemiBold.woff2') format('woff2'),
       url('/fonts/Jaqen-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jaqen';
  src: url('/fonts/Jaqen-Bold.woff2') format('woff2'),
       url('/fonts/Jaqen-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/

/* Fallback para navegadores que no soporten la fuente */
.font-jaqen {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}

/* Aplicar fuente del sistema a encabezados (h1..h6) temporalmente */
h1, h2, h3, h4, h5, h6 {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}