/*
Theme Name: HRD Forum Ultra Premium Theme
Theme URI: https://www.hrd-forum.com
Author: Premium Presentation Architect & HRD Forum
Description: Custom high-end, minimal, ultra-luxury editorial WordPress theme built for scaling 4,000+ articles. High performance, zero page builders, full SEO optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: hrdforum
*/

/* --- Core Protection & Premium Styling Reset --- */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #F8FAFC; /* Neutral background */
    color: #1E293B; /* Deep Text Slate */
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    
    /* Anti-Select & Anti-Copy Protection Rules */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none; /* Anti-drag for images */
}

.premium-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}