/* ========= Swear-Fonts – robust (WOFF2 + WOFF) ========= */
@font-face {
  font-family: "Swear Display";
  src: url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Regular.woff2") format("woff2"),
       url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Regular.woff")  format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Swear Display";
  src: url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Italic.woff2") format("woff2"),
       url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Italic.woff")  format("woff");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Swear Display";
  src: url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Medium.woff2") format("woff2"),
       url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-Medium.woff")  format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Swear Display";
  src: url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-MediumItalic.woff2") format("woff2"),
       url("https://designbymichelle.de/wp-content/uploads/2025/02/SwearDisplay-MediumItalic.woff")  format("woff");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Swear Text";
  src: url("https://designbymichelle.de/wp-content/uploads/2025/02/swear-text-regular.woff2") format("woff2"),
       url("https://designbymichelle.de/wp-content/uploads/2025/02/swear-text-regular.woff")  format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}

html, body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  font-kerning: normal;
}
body{ font-family:"Swear Display", serif; }
