/*
Theme Name: The Core
Theme URI: https://vnrdesign.com/
Author: VNR Design
Author URI: https://vnrdesign.com/
Description: Minimalna, brza tema sa ACF i Gutenberg podrškom
Version: 1.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-core
*/

* { box-sizing: border-box; }

html, body { margin: 0; }

body { font-family: var(--font-primary, 'Poppins', sans-serif); }

@media (max-width: 576px) {
    html, body { overflow-x: hidden; }
}
