/*
Theme Name: Cygne Global
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for Cygne Global, built by The Free Website Guys from the Lovable design. One-page front with hero video, portfolio, and sections editable in the Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Fixed header clears the WordPress admin bar (front end and Customizer preview). */
.admin-bar #tmt-app header.fixed {
	top: 32px;
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar #tmt-app header.fixed {
		top: 46px;
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}
