@font-face {
  font-family: 'Rotunda';
  src: url('../fonts/Rotunda-Medium.woff') format('woff');
  font-weight: 500; /* Medium equivale a un grosor 500 */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Variable.woff') format('woff');
  font-weight: 100..900; /* Rango dinámico para fuentes variables */
  font-style: normal;
  font-display: swap;
}

/*h1, h2, h3 {*/
/*    font-family: 'Trebuchet MS';*/
/*}*/



h1 {
    font-family:  Rotunda; /* Trebuchet MS*/
    font-size: 33px;
}

h2 {
    font-family:  Rotunda; /* Trebuchet MS*/
    font-size: 28px;
}

h3 {
    font-family:  Rotunda; /* Trebuchet MS*/
    font-size: 25px;
}
