/*
 Theme Name:  BIZ Theme
 Theme URI:   https://bizadvertising.it/
 Author:      Biz Advertising
 Author URI:  https://bizadvertising.it/
 Description: Framework leggero e modulare per Elementor Free. Include pannello Biz Setup, upload SVG/Font, shortcode docs e compatibilità WooCommerce.
 Version:     1.0.0
 License:     GPLv2 or later
 Text Domain: biz-theme
 Tags:        elementor, clean, lightweight, custom-fonts, sticky-bar
*/

/* Reset di base e layout fluido */
html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1200px, 90%);
  margin-inline: auto;
  padding: 1rem 0;
}
