/*
Theme Name: Dumbo's Delights & More
Theme URI: https://dumbosdelightsandmore.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: A custom WordPress theme for Dumbo's Delights & More — boutique event design, Dominican cakes, and gourmet desserts in Lowell, MA. Built by The Free Website Guys.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-menu, featured-images, translation-ready
*/

/* Front-end styles are bundled in assets/build/theme-app.css via the React app. */

/* Offset fixed header when the WordPress admin bar is visible. */
body.admin-bar .tmt-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-site-header {
    top: 46px;
  }
}
