/*
Theme Name: GotWood Custom
Theme URI: https://gotwood.com
Author: GotWood
Author URI: https://gotwood.com
Description: Custom WordPress theme for GotWood Custom Electric Guitars — pixel-perfect homepage conversion from the original frontend project.
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: gotwood-custom
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template
*/

/* Main styles are enqueued from assets/css/main.css */

/* Custom height utility used by logo sizing in the original design */
.h-17 {
	height: 4.25rem;
}

@media (min-width: 640px) {
	.sm\:h-17 {
		height: 4.25rem;
	}
}

@media (min-width: 768px) {
	.md\:h-17 {
		height: 4.25rem;
	}
}

.mt-18 {
	margin-top: 4.5rem;
}
