/*
Theme Name: AutoMaster
Theme URI: https://arabaplus.com/automaster
Author: ArabaPlus
Author URI: https://arabaplus.com
Description: A high-performance, SEO-optimized WordPress theme for automotive news, reviews, and fault codes. Inspired by Webtekno Otomobil but fully original.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-master
Tags: blog, e-commerce, news, custom-background, custom-logo, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme is built for speed and SEO. 
Zero heavy frameworks. Pure CSS Grid & Flexbox.
*/

:root {
    --primary-color: #AD0000;
    --secondary-color: #1d3557;
    --accent-color: #457b9d;
    --background-color: #f8f9fa;
    --surface-color: #ffffff;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --border-color: #dee2e6;
    --success-color: #2a9d8f;
    --warning-color: #e9c46a;
    --error-color: #AD0000;
    
    --container-width: 1200px;
    --header-height: 70px;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    --card-hover-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    --transition-speed: 0.3s;
    
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-heading: 'Outfit', var(--font-main);
}

/* Base styles are in assets/css/main.css. This file is for WP Metadata only. */
