
/* Anpassung Apr 2024 */
/* instrument-serif-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: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/instrument-serif-v4-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Anpassung Aug2023 */
/* faustina-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Faustina';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roobert/Roobert-Light.woff2') format('woff2');
}
/* faustina-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'FaustinaBold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Roobert/d6ae884b0a2f1a5346717fc160db2d28.woff2') format('woff2');
}



/// ORIGINAL
/*
// faustina-regular - latin
@font-face {
  font-display: swap;
  font-family: 'Faustina';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/faustina-v20-latin-regular.woff2') format('woff2');
}
// faustina-800 - latin
@font-face {
  font-display: swap;
  font-family: 'FaustinaBold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/faustina-v20-latin-800.woff2') format('woff2');
}
*/