/* =====================================================
   Tipografías: Mulish (variable + pesos individuales)
   Ruta base: ./Font/
   ===================================================== */

/* Fuente variable (recomendada para la mayoría de usos) */
@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-VariableFont_wght.woff2') format('woff2');
  font-weight: 200 900;  /* cubre todo el rango */
  font-style: normal;
  font-display: swap;
}

/* Pesos estáticos individuales (fallbacks o uso específico) */
@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./Font/Mulish-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
