/* assets/css/fonts-inter.css
   Inter lokal (DSGVO-freundlich)
*/

@font-face{
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ===== Builder (Admin/Canvas) ===== */
.fsb-frame,
.fsb-frame *{
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ===== Frontend (nur Builder-Ausgabe) =====
   Falls du später einen Wrapper hast: nimm stattdessen .fsb-render o.ä.
*/
.fsb-section,
.fsb-cols,
.fsb-columns,
.fsb-column,
.fsb-widget,
.fsb-heading,
.fsb-text-inner{
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
