/*
Theme Name: QnD Capital
Theme URI: https://qndcapital.sg/
Author: QnD Capital
Description: Editorial WordPress theme for QnD Capital — an investment and strategic partnership firm. Cormorant Garamond display, DM Sans UI, navy and light palette.
Version: 1.0.1
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: qnd-capital
Tags: one-column, editorial, custom-menu, translation-ready
*/
/* Styles live in assets/css/theme.css, enqueued from functions.php. */

/* The fixed header must clear the WordPress admin bar for logged-in users. */
.admin-bar .site-header {
	top: 32px;
}

.admin-bar .site-nav__panel {
	top: calc(var(--header-h) + 32px);
}

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

	.admin-bar .site-nav__panel {
		top: calc(var(--header-h) + 46px);
	}
}
