/* Lokale Roboto-Schriften einbinden */
@font-face {
  font-family: 'Roboto';
  src: url('/Fonts/roboto-regular.woff2') format('woff2'),
       url('/Fonts/roboto-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Fonts/roboto-bold.woff2') format('woff2'),
       url('/Fonts/roboto-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
}
