/*
Theme Name: Leadspree Digital Hub
Theme URI: https://leadspree.com
Author: Antigravity
Author URI: https://google.com
Description: A React-based WordPress theme converted from Leadspree Digital Hub.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leadspree-theme
*/

/*
  This theme loads the React application.
  Styles are controlled by the React build process (Tailwind).
*/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
