/*
Theme Name: Shahaab Editable
Description: A thin WordPress shell for native Elementor content and editable bilingual metadata.
Version: 1.0.0
Requires at least: 6.8
Requires PHP: 7.4
Text Domain: shahaab-editable
*/
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; background: #080907; color: #e6e6dd; font-family: Arial, sans-serif; }
img, video { max-width: 100%; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.shb-skip-link { position: fixed; inset-block-start: 8px; inset-inline-start: 8px; z-index: 100000; padding: 12px 18px; background: #e6e6dd; color: #080907; transform: translateY(-160%); }
.shb-skip-link:focus { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } }
