/* Inter Font Family - Local */
/* 
 * Para usar esta fuente localmente, descarga los archivos desde:
 * https://fonts.google.com/specimen/Inter
 * 
 * O usa el siguiente comando para descargar:
 * wget -O inter.zip "https://fonts.google.com/download?family=Inter" && unzip inter.zip
 * 
 * Coloca los archivos .woff2 en este directorio con los siguientes nombres:
 * - Inter-Light.woff2
 * - Inter-Regular.woff2
 * - Inter-Medium.woff2
 * - Inter-SemiBold.woff2
 * - Inter-Bold.woff2
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Inter-Light.woff2') format('woff2');
}

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

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

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Inter-Bold.woff2') format('woff2');
}
