/*
Theme Name: Sole 2 Soul
Theme URI: https://sole2soul.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Holistic foot zone therapy theme for Sole 2 Soul.
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,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

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

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