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

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

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

@font-face {
    font-family: 'Eras';
    src: url('font/ERASLGHT.TTF') format('truetype'); /* Light weight */
    font-weight: 300; /* Adjust weight as necessary */
    font-style: normal;
}

