/*
Theme Name: NewsTheme - Bootstrap 5
Theme URI: https://example.com/newstheme
Author: Antigravity Team
Author URI: https://example.com
Description: Theme tin tức, tạp chí điện tử hiện đại, tốc độ cao được xây dựng trên nền tảng Bootstrap 5. Tối ưu SEO, giao diện responsive, hỗ trợ widget, breadcrumb và dropdown menu đa cấp.
Version: 1.0.0
Requires at least: 6.0
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: newstheme
Tags: news, blog, magazine, grid-layout, two-columns, custom-menu, featured-images, translation-ready
*/

/* Reset & Foundation styles */
:root {
  --nt-primary: #0d6efd;
  --nt-primary-dark: #0a58ca;
  --nt-secondary: #6c757d;
  --nt-accent: #dc3545;
  --nt-dark: #1a1e21;
  --nt-light: #f8f9fa;
  --nt-font-heading: 'Merriweather', Georgia, serif;
  --nt-font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --nt-card-radius: 8px;
  --nt-transition: all 0.25s ease-in-out;
}

body {
  font-family: var(--nt-font-sans);
  color: #2b3035;
  background-color: #f6f7f9;
  line-height: 1.6;
}

a {
  color: #1a1e21;
  text-decoration: none;
  transition: var(--nt-transition);
}

a:hover {
  color: var(--nt-primary);
}

img {
  max-width: 100%;
  height: auto;
}
