/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../font/roboto/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/roboto/roboto-v47-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* BadScript */
@font-face {
  font-family: 'bad_scriptregular'; /* frei wählbarer Name */
  src: url('../font/badscript-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Robotolight (alte Website) */
@font-face {
  font-family: 'robotolight'; /* frei wählbarer Name */
  src: url('../font/roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Robotolight (alte Website) */
@font-face {
  font-family: 'robotolight'; /* frei wählbarer Name */
  src: url('../font/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Robotolight (alte Website) */
@font-face {
  font-family: 'robotolight'; /* frei wählbarer Name */
  src: url('../font/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}