/* 
 * FUENTES SOURCE SANS PRO - VERSIÓN OFFLINE COMPLETA
 * Reemplaza las fuentes de Google Fonts con archivos locales
 * 
 * OPCIÓN 1: Solo archivos Latin (Recomendado - menor tamaño)
 * OPCIÓN 2: Todos los idiomas (Descomenta las secciones necesarias)
 */

/* ========== OPCIÓN 1: SOLO LATIN (RECOMENDADO) ========== */

/* Source Sans Pro - Light (300) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-300-normal-latin.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source Sans Pro - Regular (400) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-400-normal-latin.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source Sans Pro - Regular (400) - Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro-400-italic-latin.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source Sans Pro - Bold (700) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-700-normal-latin.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Source Sans Pro - Light (300) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-300-normal-latin.woff2') format('woff2');
  font-display: swap;
}

/* Source Sans Pro - Regular (400) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-400-normal-latin.woff2') format('woff2');
  font-display: swap;
}

/* Source Sans Pro - Regular (400) - Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro-400-italic-latin.woff2') format('woff2');
  font-display: swap;
}

/* Source Sans Pro - Bold (700) - Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-700-normal-latin.woff2') format('woff2');
  font-display: swap;
}

/* Clases de utilidad para usar las fuentes */
.font-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.font-normal {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.font-bold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.font-italic {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
}

/* Aplicar Source Sans Pro como fuente por defecto */
body {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}