/*
Theme Name: Amy Shum-Thompson
Theme URI: https://amyshumthompson.lovable.app
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: San Diego Realtor landing theme for Amy Shum-Thompson, eXp Realty of California.
Version: 1.0.0
Requires at least: 6.0
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: amy-shum-thompson
*/

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

html,
body {
  margin: 0;
  padding: 0;
}

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

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