/* ISA Font Family - ISA Corporate Typography */
/* AmsiPro and MyriadPro fonts for Semana de la Integridad */

/* AmsiPro Font Family */
@font-face {
  font-family: 'AmsiPro';
  src: url('/fonts/AmsiPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AmsiPro';
  src: url('/fonts/AmsiPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AmsiPro';
  src: url('/fonts/AmsiPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AmsiPro';
  src: url('/fonts/AmsiPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AmsiPro';
  src: url('/fonts/AmsiPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* MyriadPro Font Family */
@font-face {
  font-family: 'MyriadPro';
  src: url('/fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
