/*
 * Lokale Schriftfamilien der bisherigen herzlich-braut.de-Website.
 * Herkunft, Zuordnung und Lizenzen: docs/FONTS.md und app/static/fonts/licenses/.
 * Es werden keine Fonts von Drittservern nachgeladen.
 */
@font-face {
  font-family: "Tangerine";
  src: url("/static/fonts/tangerine-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/open-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/open-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/open-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/open-sans-light-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/static/fonts/open-sans-600-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Great Vibes";
  src: url("/static/fonts/great-vibes-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/static/fonts/lora-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/static/fonts/lora-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
