/*
Theme Name: Bakson_v1
Theme URI: https://baksonltd.com
Author: Bakson d.o.o.
Author URI: https://baksonltd.com
Description: Custom WordPress theme for the Bakson corporate website, with React/Vite frontend, custom routing, asset loading and theme settings.
Version: 0.10.1-copy-final
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
License URI: https://baksonltd.com
Text Domain: bakson
Tags: business, technology, custom-logo, translation-ready, full-width-template
*/

/*
 * Runtime visual styling lives in /assets/css/bakson-theme.css
 * (enqueued from inc/enqueue.php). This file exists to satisfy the
 * WordPress theme contract and to register the theme in WP Admin.
 */

body.admin-bar #root header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #root header {
		top: 46px;
	}
}
