/*
Theme Name: Baked By Bean
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom single-page bakery theme for Baked By Bean Home Bakery.
Version: 1.1.5
Requires at least: 5.8
Tested up to: 6.7
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
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

#tmt-app img:not([class*="max-h-"]):not([class*="h-"]),
#tmt-app video:not([class*="max-h-"]):not([class*="h-"]) {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

#tmt-app a:not([class*="text-"]) {
  color: inherit;
}

#tmt-app {
  min-height: 100vh;
}

body.admin-bar #tmt-app > header,
body.admin-bar .tmt-site-header {
  top: 32px;
}

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