/*
Theme Name: Shetkari Elementor Theme
Theme URI: https://shetkarifoodstuff.com/
Author: Shetkari Foodstuff Trading LLC
Author URI: https://shetkarifoodstuff.com/
Description: Lightweight custom WordPress classic theme built specifically for Elementor page builder with pre-compiled Tailwind CSS v4 styling and zero React dependencies.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shetkari-elementor-theme
Tags: classic-theme, elementor-ready, responsive-layout, agricultural-export
*/

/* Basic Document Styling */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1e293b;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure Elementor section & page wrapper compatibility */
.elementor-section-wrap,
.elementor-location-header,
.elementor-location-footer {
  width: 100%;
}
