/*!
Theme Name: Aircone Express
Theme URI: https://airconexpress.com
Author: Aircone Team
Author URI: https://airconexpress.com
Description: A modern courier and logistics WordPress theme with ACF support
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.2
Text Domain: aircone
Domain Path: /languages
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --white: #f0f7f4;
    --bg: #e8f5ee;
    --bg2: #ddf1e6;
    --dark: #001f3f;
    --dark2: #003366;
    --text: #2ecc71;
    --muted: #8a8a9a;
    --peach: #ff8c00;
    --peach2: #ffa500;
    --peach-bg: #fff5ee;
    --mint: #2ecc71;
    --mint2: #27ae60;
    --mint-bg: #e8f8f5;
    --border: #d4e8dd;
    --shadow: 0 4px 24px rgba(0,0,0,0.07);
    --shadow2: 0 8px 40px rgba(0,0,0,0.10);
}

body {
    background: var(--bg);
    color: #333;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* Navbar Enhancements */
.navbar {
    background: rgba(240, 247, 244, 0.92) !important;
    backdrop-filter: blur(16px);
}
