/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src        : url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style : normal;
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    src        : url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style : normal;
}

/* Weitere Gewichtungen oder Stile können nach Bedarf hinzugefügt werden */

/* Optional: Falls du Italic-Versionen verwendest */
@font-face {
    font-family: 'Roboto';
    src        : url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style : italic;
}

/* Optional: Falls du Bold Italic-Versionen verwendest */
@font-face {
    font-family: 'Roboto';
    src        : url('../nts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style : italic;
}