@font-face {
    font-family: 'Bridger';
    src: url('fonts/BRIDGER.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eras Bold';
    src: url('fonts/ERASBD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Eras Demi';
    src: url('fonts/ERASDEMI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eras Medium';
    src: url('fonts/ERASMD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
} 