/*
Theme Name: Full-Stack Brew
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Full-Stack Brew — a terminal-inspired coffee brand experience with editable branding, content sections, and Shopify product links.
Version: 1.1.8
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; overflow-x: clip; max-width: 100%; }
html { overflow-x: clip; max-width: 100%; }
#tmt-app { overflow-x: clip; max-width: 100%; min-width: 0; }

/* Early admin-bar offset before bundled CSS loads (Customizer preview + frontend) */
body.admin-bar .site-header,
body.admin-bar .scroll-progress { top: 32px !important; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .scroll-progress { top: 46px !important; }
}
