@font-face {
    font-family: 'Roboto'; /* Use a single font family name */
    src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype'); /* Correct format */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto'; /* Use the same font family name */
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype'); /* Correct format */
    font-weight: normal;
    font-style: normal;
}