/*
Theme Name: Auto Plac
Theme URI: https://example.com/auto-plac
Author: Auto Plac Team
Author URI: https://example.com
Description: Proizvodna WordPress tema za auto-plac sa podrškom za Gutenberg blokove, ACF i custom post type-om za automobile.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-plac
Domain Path: /languages
*/

/**
 * Minimalan CSS - glavni stilovi su u assets/css/main.css
 * Ovaj fajl služi prvenstveno za WordPress meta informacije
 */

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

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #1e293b;
	background-color: #ffffff;
}
