/*
Theme Name: SalesFision
Theme URI: https://salesfision.nl
Author: D-IT
Description: Modulair WordPress thema voor web-agencies
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.3
Text Domain: salesfision
*/

/* ================================================================
   Hide WP theme chrome when custom block bundles are active.
   The block renderer adds .sf-hide-chrome to <body> when bundles
   are detected. This hides the default header.php / footer.php
   output while block-rendered header/footer inside <main> remain.
   ================================================================ */
body.sf-hide-chrome > header,
body.sf-hide-chrome > footer {
  display: none !important;
}
