/*
Theme Name: FrameCraft Glass
Theme URI: https://framecraftglass.com
Description: Custom WordPress theme for FrameCraft Glass - glass & aluminum installation business. Built with Tailwind v4. Lead-generation focused with multi-step quote tool and SEO blog.
Author: FrameCraft Glass
Author URI: https://framecraftglass.com
Version: 0.2.0
Text Domain: framecraft
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-colors, custom-menu, custom-logo, featured-images
*/

/* ── Hide scrollbar utility ── */

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* ── Selection ── */

::selection { background: #D3DEFF; color: #000000; }

/* ── WordPress custom logo size constraint ── */
/* the_custom_logo() ignores Tailwind classes since markup is auto-generated. */

.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo {
	height: 32px;
	width: auto;
	max-width: 220px;
}
@media (min-width: 1024px) {
	.custom-logo { height: 40px; }
}
