@font-face {
    font-family: 'Roboto';
    src: url('roboto-regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-bold.ttf') format('ttf');
    font-weight: bold;
}

/* Add other font weights and styles as needed */