/*
Theme Name: Reactify
Description: A modern Full Site Editing block theme for professional and creative websites. Built for agencies and businesses, it offers flexible layouts, a custom color palette, and full control through the WordPress Site Editor.
Author: Stellar.Creative_
Author URI: https://creative.stellarcompany.eu
Version: 1.0.1
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reactify
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, wide-blocks, translation-ready, blog, portfolio
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* clip (nie hidden) — hidden promuje overflow-y do auto i robi z body
       kontener przewijania, co ŁAMIE position:sticky nagłówka. clip ucina
       poziomy nadmiar bez tworzenia scroll-kontenera. */
    overflow-x: clip;
}


/*
 * .has-global-padding is now handled dynamically in inc/dynamic-css.php
 * using the values from Stellar -> Ustawienia motywu.
 */
