/*
Theme Name: Hughes & Co Home Services
Theme URI: https://hughescohomeservices.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Single-page React theme for Hughes & Co Home Services — home repair, maintenance, and improvement services in Savannah, GA.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tmt
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

body {
  margin: 0;
  padding: 0;
}

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

#tmt-app a {
  text-decoration: none;
}

#tmt-app a:hover {
  text-decoration: none;
}
