/*
Theme Name: Skeeneffect Codex
Theme URI: https://skeeneffect.sk
Author: Greativity
Author URI: https://skeeneffect.sk
Description: Ľahká vlastná téma pre skeeneffect.sk postavená na WooCommerce a natívnom Gutenbergu (bez page builderov). Dizajn vychádza z návrhu /web-navrh/. Editovateľnosť cez bloky a patterny.
Version: 0.12.18
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skeeneffect
Tags: woocommerce, e-commerce, custom-colors, block-patterns, translation-ready
WC requires at least: 8.0
WC tested up to: 11.0
*/

/*
  Poznámka: hlavný dizajnový systém sídli v assets/css/theme.css (načítaný cez inc/enqueue.php).
  Tento súbor drží len povinnú hlavičku témy a prípadné WP-špecifické záplaty.
*/

/* Zarovnania blokov (align-wide / align-full) */
.entry-content > .alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.entry-content > .alignfull { max-width: 100%; }

/* Skryť admin bar prekryv */
html { scroll-padding-top: 90px; }
