/*
Theme Name: Matt Novak Law
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme for Matt Novak Law — Houston criminal defense attorney.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tmt
*/

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

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

body {
  margin: 0;
}

img,
video {
  display: block;
}

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

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