@font-face {
  font-family: 'Bell MT'; /* Consistent name */
  src: url('./fonts/BellMT.woff') format('woff'); /* Relative path */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bell MT Italic'; /* Distinct name for italic */
  src: url('./fonts/BellMTItalic.woff') format('woff'); /* Relative path */
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bell MT Bold'; /* Distinct name for bold */
  src: url('./fonts/BellMTBold.woff') format('woff'); /* Relative path */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}