/* SuraSans Font Family - SURA Corporate Typography */
/* Local version with correct paths for client app */

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-Ligera.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-LigeraItalica.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-Negrita.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-NegritaItalica.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-Extranegrita.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuraSans';
  src: url('/fonts/SuraSans-ExtranegritaItalica.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}