/*
Theme Name: Dhaka Mail
Theme URI: https://dhakamail.com/
Author: Dhaka Mail
Author URI: https://dhakamail.com/
Description: A fast, modern Bangla news portal WordPress theme inspired by dhakamail.com. Features a breaking-news ticker, featured story grid, category blocks, popular posts sidebar, and full Bengali typography support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
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: dhakamail
Tags: news, magazine, blog, bengali, rtl-language-support, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/*
  Full styling lives in assets/css/main.css (enqueued via functions.php).
  This file only carries the required theme header and a few base resets.
*/

:root {
  --dm-red: #d32027;
  --dm-red-dark: #a5161c;
  --dm-ink: #1a1a1a;
  --dm-muted: #6b7280;
  --dm-line: #e5e7eb;
  --dm-bg: #ffffff;
  --dm-bg-soft: #f5f6f7;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}
