/*
Theme Name: TeediTech React SPA
Theme URI: https://teeditech.co.uk/
Author: Lovable
Description: WordPress theme that mounts the TeediTech React SPA so the WordPress site matches the Lovable build exactly.
Version: 6.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: teeditech-react-spa
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
}

#root {
  min-height: 100vh;
}

.teeditech-react-root {
  min-height: 100vh;
}
