@font-face {
    font-family: 'BellMT';
    src: url('../fonts/BellMT.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
    font-family: 'BellMT';
    src: url('../fonts/BellMTItalic.ttf') format('truetype');
        font-weight: 500;
        font-display: swap;
        font-style: italic;
}
@font-face {
    font-family: 'BellMT';
    src: url('../fonts/BellMTBold.ttf') format('truetype');
        font-weight: 700;
        font-display: swap;
        font-style: normal;
}
  
@font-face {
    font-family: 'BellMT';
    src: url('../fonts/BELLB.ttf') format('truetype');
        font-weight: 800;
        font-display: swap;
        font-style: normal;
}
  