/*
Theme Name: DJUNI Child — DJPEDIA
Theme URI: https://djuni.ir
Template: core-framework
Author: DJ Arad — DJUNI.ir
Author URI: https://djuni.ir
Description: دایره‌المعارف تخصصی دی‌جی و موسیقی الکترونیک — مرجع رسمی فارسی DJ Culture با قابلیت تلفظ صوتی، جستجوی هوشمند، ویوفرم سینمایی و ساختار سئو ۲۰۲۶
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: djpedia
Domain Path: /languages
Tags: rtl-language-support, one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, education, entertainment

License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

این قالب Child Theme برای DJPEDIA طراحی شده است.
قالب والد: core-framework
طراحی و توسعه توسط DJ Arad / Future DJ Lab
*/

/* ============================================
   استایل‌های اصلی در assets/css/ بارگذاری می‌شوند
   این فایل فقط برای معرفی تم به وردپرس است
   ============================================ */

/* Critical inline styles برای جلوگیری از FOUC */
body {
    background: #0a0a0a;
    font-family: 'Vazirmatn', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    direction: rtl;
    color: #f5f5f5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Reset base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* لینک‌ها */
a {
    color: #ffb800;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #e6a200;
    text-decoration: none;
}

/* تایپوگرافی پایه */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 0;
}

p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* تصاویر ریسپانسیو */
img {
    max-width: 100%;
    height: auto;
}