/* Stradivarius Web2025 */
@font-face {
  font-family: 'STRADIVARIUS WEB 2025';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/StradivariusWeb2025/STRADIVARIUSWEB2025-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'STRADIVARIUS WEB 2025';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/StradivariusWeb2025/STRADIVARIUSWEB2025-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'STRADIVARIUS WEB 2025';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/StradivariusWeb2025/STRADIVARIUSWEB2025-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'STRADIVARIUS WEB 2025';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/StradivariusWeb2025/STRADIVARIUSWEB2025-Bold.otf') format('opentype');
}


/* Stradivarius fonts */
@font-face {
  font-family: 'stradivarius-font';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Stradivarius/stradivarius-font.eot');
  src: url('./fonts/Stradivarius/stradivarius-font.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Stradivarius/stradivarius-font.woff') format('woff'),
  url('./fonts/Stradivarius/stradivarius-font.ttf') format('truetype'),
  url('./fonts/Stradivarius/stradivarius-font.svg');
}

@font-face {
  font-family: 'stradivarius-font-serif';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Stradifont/STRADIVARIUS-SerifRegular.otf') format("opentype");
}
/* Stradivarius icons */
@font-face {
  font-family: 'stradivarius-icons';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Stradivarius/stradivarius-icons.eot');
  src: url('./fonts/Stradivarius/stradivarius-icons.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Stradivarius/stradivarius-icons.woff') format('woff'),
  url('./fonts/Stradivarius/stradivarius-icons.ttf') format('truetype'),
  url('./fonts/Stradivarius/stradivarius-icons.svg') format('svg');
}
/* Tipografia para mostrar asteriscos en los input de tipo password */
@font-face {
  font-family: 'password';
  src: url('./fonts/password/password.woff2') format('woff2'),
       url('./fonts/password/password.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}