/* Lokale Fonts (Terrassendachwelten) — ersetzt Google Fonts CDN */
@font-face{
  font-family:'Cinzel';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('../fonts/cinzel.woff2') format('woff2-variations'),
      url('../fonts/cinzel.woff2') format('woff2');
}
@font-face{
  font-family:'Josefin Sans';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('../fonts/josefinsans.woff2') format('woff2-variations'),
      url('../fonts/josefinsans.woff2') format('woff2');
}
