/*
Theme Name: Alaska Gun Trader
Theme URI: https://akguntrader.com
Author: Lock, Stock & Trade
Author URI: https://akguntrader.com
Description: Professional firearm classifieds marketplace theme for Alaska. Fully integrated with HivePress for listings, geolocation, messaging, and reviews. Optimized for firearm compliance and Alaska-focused transactions.
Version: 1.2.9
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alaska-gun-trader
Tags: classifieds, marketplace, firearms, alaska, hivepress, two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready

Alaska Gun Trader is a specialized WordPress theme built for firearm classifieds in Alaska.
*/

/**
 * Table of Contents
 * 
 * 1. Base Styles (base.css) - Variables, reset, typography
 * 2. Layout (layout.css) - Grid, containers, header, footer
 * 3. Components (components.css) - Buttons, forms, cards
 * 4. Sections (sections.css) - Hero, search, listings, features
 * 5. HivePress (hivepress.css) - Plugin-specific styles
 * 6. Responsive (responsive.css) - Media queries
 * 
 * All CSS is modular and loaded via functions.php
 * This file serves as the theme identifier for WordPress
 */

/* Import all modular CSS files */
@import url('assets/css/base.css');
@import url('assets/css/layout.css');
@import url('assets/css/components.css');
@import url('assets/css/sections.css');
@import url('assets/css/hivepress.css');
@import url('assets/css/responsive.css');
