/*
Theme Name: CargoFlow
Theme URI: https://example.com/cargoflow
Author: Your Studio
Author URI: https://example.com
Description: A modern, fully Elementor-editable WordPress theme for courier, logistics and fulfillment companies. Includes custom post types for Services, Testimonials, Team Members and Shipment Tracking, plus a set of custom Elementor widgets and lightweight scroll animations.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cargoflow
Tags: e-commerce, custom-menu, featured-images, full-width-template, translation-ready, block-styles

CargoFlow theme, (C) Your Studio
CargoFlow is distributed under the terms of the GNU GPL.
*/

/* Minimal base reset — Elementor / Theme Builder controls the rest of the design */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #1a1d1f;
	background: #ffffff;
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
