/* Brevo Newsletter – Roboto-Schriftarten (lokal eingebunden, kein Laden von assets.brevo.com) */

@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(../fonts/roboto-600.woff2) format("woff2"), url(../fonts/roboto-600.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(../fonts/roboto-700.woff2) format("woff2"), url(../fonts/roboto-700.woff) format("woff");
}
