/*
Theme Name: Clover Patch Cottage
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Clover Patch Cottage project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar: offset fixed header and scroll progress */
body.admin-bar {
  --tmt-admin-bar-offset: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-offset: 46px;
  }
}
body.admin-bar .tmt-fixed-top {
  top: var(--tmt-admin-bar-offset) !important;
}
body.admin-bar #wpadminbar {
  z-index: 100000;
}
