@import"https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Aref+Ruqaa:wght@400;700&family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lato:wght@300;400;700&display=swap";:root{--color-accent: #e07a1f;--bg: #0b0b0e;--surface: #15151a;--surface-2: #121217;--border: #2a2a32;--border-2: #1f1f26;--text: #f3efe9;--text-muted: #9b94a8;--text-dim: #6b6478;--field-bg: #0e0e12;--field-border: #333;--subtle-bg: rgba(255,255,255,.05);--subtle-border: rgba(255,255,255,.12);color-scheme:dark;--color-bg: var(--bg);--color-card-bg: var(--surface);--color-text: var(--text);--color-text-muted: var(--text-muted);--gold: #c8a253;--font-heading: "Cinzel", serif;--font-body: "Lato", sans-serif;--font-editorial: "Cormorant Garamond", Georgia, serif;--font-ar-display: "Aref Ruqaa", "Cinzel", serif;--font-ar-body: "Amiri", "Cormorant Garamond", serif}[data-theme=light]{--bg: #f4f1ea;--surface: #ffffff;--surface-2: #faf6ef;--border: #e6dfd3;--border-2: #efe9df;--text: #211b12;--text-muted: #6f675b;--text-dim: #9a9082;--field-bg: #ffffff;--field-border: #d8d0c2;--subtle-bg: rgba(0,0,0,.04);--subtle-border: rgba(0,0,0,.1);color-scheme:light}body{transition:background-color .2s ease,color .2s ease}body{margin:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);overflow-x:hidden;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto;display:block}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--text-dim);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1.5rem}}
