/*Theme Name: Mehena Custom ThemeTheme URI: https://mehena.in/Author: Mehena TeamDescription: A premium, fast, and custom-built WordPress theme for Mehena Mathematics. Features a SaaS-like design, native dark mode header, and custom shortcode support.Version: 1.0.0Text Domain: mehena*//* ==========================================GLOBAL CSS VARIABLES & RESET========================================== */:root {--brand-primary: #2563eb;--brand-accent: #f59e0b;--bg-body: #f8fafc;--bg-surface: #ffffff;--text-heading: #0f172a;--text-body: #334155;--text-muted: #64748b;--border-color: #e2e8f0;}body {margin: 0;padding: 0;font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background-color: var(--bg-body);color: var(--text-body);line-height: 1.6;overflow-x: hidden; /* Prevent horizontal scroll permanently */}a {text-decoration: none;color: var(--brand-primary);transition: 0.3s;}a:hover {color: var(--brand-accent);}h1, h2, h3, h4, h5, h6 {color: var(--text-heading);margin-top: 0;font-weight: 700;}.container {max-width: 1200px;margin: 0 auto;padding: 0 20px;box-sizing: border-box;}/* Clearfix */.clearfix::after {content: "";clear: both;display: table;}