/* IMMOWATT – Aptos Webfont
   WOFF (kleiner) mit TTF-Fallback. font-display:swap verhindert unsichtbaren Text beim Laden. */

@font-face {
  font-family: "Aptos";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("aptos-regular.woff") format("woff"),
       url("aptos-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Aptos";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("aptos-bold.woff") format("woff"),
       url("aptos-bold.ttf") format("truetype");
}

/* Elementor & Block-Editor verwenden teils generische Selektoren – Aptos durchsetzen */
body,
.elementor-widget-container,
.elementor-button,
.elementor-heading-title,
h1, h2, h3, h4, h5, h6 {
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}
