/*
Theme Name: SN Grupa
Theme URI: https://arlek.pl
Author: Arlek.pl
Author URI: https://arlek.pl
Description: Minimalistyczny motyw dla SN Grupa — Skup Nieruchomości. Zero bloatu, pełna kontrola via WPCode snippety.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: sn-grupa
*/

/* Theme CSS — all styling is handled by WPCode snippets (sn-shared-css.php) */
/* This file intentionally minimal */

/* Reset box-sizing globally */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default WP margins */
body { margin: 0; padding: 0; }

/* Ensure full-width content area */
.site-content { width: 100%; max-width: 100%; }
