@font-face {
  font-family: 'Azo Sans';
  font-weight: 100 400; /* Peso ligero */
  font-display: swap;
  font-style: normal; 
  src: url("AzoSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: 'Azo Sans';
  font-weight: 700; /* Peso bold */
  font-display: swap;
  font-style: normal; 
  src: url("AzoSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Azo Sans';
  font-weight: 800 900; /* Pesos más pesados (extra-bold) */
  font-display: swap;
  font-style: normal; 
  src: url("AzoSans-Bold.woff2") format("woff2");
}
