/*
Theme Name: ქალაქების განვითარების გეგმა
Theme URI: https://vebses.com/
Author: vebses
Author URI: https://vebses.com/
Description: Custom theme for the "ქალაქების განვითარების გეგმა" platform — a pixel-perfect, fully dynamic adaptation of the Akhaltsikhe & Ozurgeti city-development prototype. Requires the companion plugin "ქალაქების გეგმა — Core" and Advanced Custom Fields (ACF/ACF PRO). All content is editable from wp-admin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: qalaqebis-gegma
Tags: custom-colors, custom-logo, translation-ready

The full design system lives in assets/css/styles.css (loaded via functions.php).
This file only carries the WordPress theme header + a couple of admin-bar
adjustments so the sticky header sits below it.
*/

/* Keep the sticky site header clear of the WP admin bar. */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
}
