/* DressYourBody – Zoli Child custom CSS
   Keep this file for your overrides (colors, spacing, small layout fixes).
   Avoid massive rewrites here during stabilization.
*/

/* Example: make admin bar not overlap fixed headers (safe) */
body.admin-bar .site-header,
body.admin-bar header {
	top: var(--wp-admin--admin-bar--height, 32px);
}
