/*
Theme Name: Easy On Road
Theme URI: https://easyonroad.com
Author: Easy On Road Team
Author URI: https://easyonroad.com
Description: A modern, professional SaaS-style WordPress theme for Easy on Road — a cloud-based Transportation Management System built for trucking companies, freight brokers, 3PL providers, owner-operators, and enterprise logistics teams.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easy-on-road
Tags: transportation, logistics, saas, business, modern, responsive, custom-menu, custom-logo, featured-images, full-width-template, wide-blocks
*/

/* Base reset - main styles are in assets/css/theme.css */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
