/* Self-hosted font faces; loaded asynchronously to avoid render-blocking */
@font-face {
  font-family: 'BagindaScript';
  src: url('/fonts/BagindaScript.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BodoniXT';
  src: url('/fonts/BodoniXT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/MontserratBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
