/* Archivo: fonts.css */

/* Declaración completa de Aspekta (de 50 a 1000, cada 50) */

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-50.woff2') format('woff2');
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-150.woff2') format('woff2');
  font-weight: 150;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-250.woff2') format('woff2');
  font-weight: 250;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-350.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-450.woff2') format('woff2');
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 550;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-650.woff2') format('woff2');
  font-weight: 650;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-750.woff2') format('woff2');
  font-weight: 750;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-850.woff2') format('woff2');
  font-weight: 850;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-950.woff2') format('woff2');
  font-weight: 950;
  font-style: normal;
}

@font-face {
  font-family: 'Aspekta';
  src: url('/fonts/Aspekta-1000.woff2') format('woff2');
  font-weight: 1000;
  font-style: normal;
}

/* Ahora puedes usar Aspekta en cualquier peso así: 
   font-family: 'Aspekta';
   font-weight: 550; */
