/*
Theme Name: Smart News
Theme URI: https://news.smartinnovation.com.np/
Description: A modern professional news theme with organized architecture. Features multi-column layouts, news categories, Nepali content support, and modern WordPress block editor compatibility. Restructured with assets/, inc/, templates/ organization for better maintainability.
Version: 2.0.6
Author: Smart innovation
Author URI: https://news.smartinnovation.com.np/
Text Domain: smartnews
Domain Path: /languages
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: news, business, magazine, block-themes, full-site-editing, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, wide-blocks
Network: false
Update URI: false

Structure: Modern organized architecture with assets/, inc/, templates/ directories
- assets/: CSS, JS, images, fonts, SCSS
- inc/: Modular PHP functionality (core/, customizer/, api/, etc.)  
- templates/: Reusable parts/ and components/
- theme.json: Full Site Editing support
- Modern WordPress features and security
This theme follows WordPress coding standards and modern development practices.
*/

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ============================================================
   BASE STYLES
   ============================================================ */
@import url('base/variable.css');
@import url('base/reset.css');
@import url('base/global.css');
@import url('base/typography.css');

/* ============================================================
   LAYOUT STYLES
   ============================================================ */
@import url('layout/container.css');
@import url('layout/grid.css');
@import url('layout/header.css');
@import url('layout/footer.css');

/* ============================================================
   COMPONENT STYLES
   ============================================================ */
@import url('components/navbar.css');
@import url('components/brandbar.css');
@import url('components/buttons.css');
@import url('components/post.css');
@import url('components/widget.css');
@import url('components/category.css');
@import url('components/relatedPost.css');
@import url('components/archive.css');
@import url('components/single.css');
@import url('components/page-templates.css');
@import url('components/ads.css');

/* ============================================================
   UTILITY STYLES
   ============================================================ */
@import url('utilities/helpers.css');
@import url('utilities/animations.css');
@import url('utilities/spacing.css');

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */
@import url('responsive/responsive.css');

/* ============================================================
   ADMIN STYLES (Backend only)
   ============================================================ */
@import url('admin/admin.css');
@import url('admin/customizer.css');

/* ============================================================
   PRINT STYLES
   ============================================================ */
@import url('print.css');
