/*
Theme Name: Diamond News 24 Pro
Theme URI: https://diamondnews24.com/
Author: Diamond News Tech Team
Author URI: https://diamondnews24.com/
Description: A modern, ultra-clean, high-performance Bengali News & Magazine WordPress Theme inspired by Diamond News 24. Features authentic lead stories, 2x2 grids, Seylon & Diamond World ad banners, video galleries, category blocks, single post view with font resizers (অ+/অ-), photo card generator modal, print edition styles, and responsive Bengali typography.
Version: 2.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diamondnews-pro
Tags: news, magazine, blog, bengali, grid-layout, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, sticky-post, theme-options, translation-ready

Diamond News 24 Pro WordPress Theme, Copyright 2026
Diamond News 24 Pro is distributed under the terms of the GNU GPL
*/

:root {
  --dn-primary: #1c70a0;
  --dn-primary-dark: #14557b;
  --dn-red: #c4161c;
  --dn-red-dark: #96090c;
  --dn-dark: #0f172a;
  --dn-dark-nav: #111c2e;
  --dn-text: #1e293b;
  --dn-text-muted: #64748b;
  --dn-border: #e2e8f0;
  --dn-bg: #f8fafc;
  --dn-caption-bg: #e5eef3;
  --dn-white: #ffffff;
  --dn-font: 'Noto Serif Bengali', 'SolaimanLipi', 'Kalpurush', Georgia, serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--dn-font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--dn-text);
  background-color: #f1f5f9;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--dn-red);
}

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

.dn-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
