/*
Theme Name: Bank Promos Shell
Theme URI: https://example.com/bank-promos-shell
Description: Minimalna skorupa (chrome) pod wtyczkę „Bank Promos Core". Daje wyłącznie header, nawigację i footer na pełną szerokość — całą treść (hero, katalog, karty, narzędzia) renderuje wtyczka przez shortcode'y i template_include. Zero sidebara, zero szumu, spójna z design systemem .bpc / tokenami --bpc-*.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 8.1
Author: Bank Promos
Text Domain: bank-promos-shell
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* =========================================================================
   Minimalny reset. Właściwy „chrome" jest w assets/theme.css.
   Celowo lekki, żeby nie walczyć z CSS wtyczki (scope .bpc).
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg, video, canvas, iframe { max-width: 100%; height: auto; }
img, svg, video { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
