@font-face {
  font-family: 'Roboto';
  /* ../ springt aus dem css-Ordner heraus, um in den fonts-Ordner zu gelangen */
  src: url('../fonts/roboto-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Zuweisung mit !important, falls das Template die Werte überschreibt */
body {
  font-family: 'Roboto', sans-serif !important;
}

