/*
Theme Name: GeoSurvey Pro
Theme URI: https://example.com/geosurvey-pro
Author: AI Studio
Author URI: https://ai.studio
Description: A professional, dynamic WordPress theme for surveying and engineering firms.
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: geosurvey-pro
Tags: corporate, engineering, surveying, geospatial, professional, responsive

This theme is built with a focus on performance, SEO, and ease of management via the WordPress Admin.
*/

:root {
  --primary: #0A2540;
  --secondary: #2E86C1;
  --accent: #F39C12;
  --text: #333333;
  --light: #F8F9FA;
  --white: #FFFFFF;
  --font-sans: 'Inter', sans-serif;
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* Basic resets and base styles would go here */
