/*
Theme Name: Fokus
Theme URI: https://fokusnahit.hr
Author: Fokus
Author URI: https://fokusnahit.hr
Description: Minimalna WordPress tema za knjižaru Fokus na Hit. WooCommerce integracija, čisti PHP templati, bez page buildera.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: fokus
Tags: custom-logo, custom-menu, featured-images, footer-widgets, post-formats, theme-options, woocommerce, full-width-template, threaded-comments, translation-ready
*/

/* Design tokens (--container-padding, --section-gap, ...) NE smiju biti ovdje —
   ovaj file se loada nakon assets/css/style.css i non-@media :root pravila tu
   pregaze mobile breakpoint overrides. Tokeni žive u assets/css/style.css na
   vrhu, a critical color/font tokeni inline u fokus_critical_css(). */

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; font-family: var(--font-primary); color: var(--color-text); background: var(--color-bg); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }


