/*
Theme Name: Brand Particles
Theme URI: https://brandparticles.com
Author: Brand Particles Team
Author URI: https://brandparticles.com
Description: A modern, vibrant WordPress theme for Brand Particles - Online Reputation Management specialists. Features a clean white and Charleston green color scheme with smooth animations and comprehensive ORM services showcase including anti-piracy protection.
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: brandparticles
Tags: business, portfolio, one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 
 * This theme uses a React-based frontend.
 * All styling is managed through Tailwind CSS in the React application.
 * See styles/globals.css for the main application styles.
 */

body {
  margin: 0;
  padding: 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;
}

#root {
  min-height: 100vh;
}
