/*
Theme Name: MasPlus
Theme URI: https://example.com/masplus
Author: MasPlus
Author URI: https://example.com
Description: قالب مجله خبری سبک، راست‌به‌چپ و سئو-محور برای وردپرس با فونت وزیرمتن، هدر تمام‌عرض، تنظیمات رنگ و سایدبار، فوتر سه‌ستونه و بلاک‌های آیکونی اختصاصی.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.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: masplus
Tags: rtl-language-support, news, magazine, custom-colors, custom-logo, custom-menu, featured-images, three-columns, right-sidebar, left-sidebar, block-styles, translation-ready
*/

/* =========================================================
   MasPlus — Base / Reset
   نکته: استایل‌های اصلی در assets/css/main.css قرار دارند.
   این فایل صرفاً هدر قالب و ریست پایه را نگه می‌دارد.
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

figure {
  margin: 0;
}
