/*
Theme Name: FoxileIndia
Description: A custom WordPress theme for FoxileIndia with modern design and branding.
Version: 1.0.0
Author: FoxileIndia Team
Text Domain: foxileindia
*/

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}



