/*
Theme Name: DOSAAF Minimal
Theme URI: https://example.com/
Author: DOSAAF Team
Author URI: https://example.com/
Description: Minimal WordPress theme scaffold based on existing DOSAAF layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: dosaaf-minimal
*/

/* WordPress admin bar offset for logged-in users */
body.admin-bar {
	--wp-adminbar-height: 32px;
}

@media (max-width: 782px) {
	body.admin-bar {
		--wp-adminbar-height: 46px;
	}
}

body.admin-bar .header-floating,
body.admin-bar sticky-header[data-sticky-type="always"] {
	top: var(--wp-adminbar-height);
}