/*
Theme Name: ODDAJPANEL.ORG
Theme URI: https://oddajpanel.org
Author: PVP Recycling
Author URI: https://pvprecycling.pl
Description: Motyw WordPress dla serwisu oddajpanel.org — recykling paneli fotowoltaicznych. Zbudowany 1:1 z projektu React/TypeScript. Integracja z Suite CRM (mapa, dane PSZOK), WPForms i ACF. Tailwind CSS (CDN lub kompilacja lokalna).
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oddajpanel
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/*
  Notka: Główny CSS motywu znajduje się w assets/css/main.css.
  Ten plik (style.css) zawiera tylko nagłówek motywu wymagany przez WordPress
  oraz minimalne style fallback (gdyby main.css się nie załadował).
*/

body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #2D2D2D;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

* { box-sizing: border-box; }
