@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Tajawal:wght@400;500;700&display=swap";:root{--background: #131313;--foreground: #e5e2e1;--muted-foreground: #899292;--primary: #0a4a4a;--primary-hover: #0d5a5a;--accent: #e6c364;--accent-dim: rgba(230, 195, 100, .15);--accent-border: rgba(230, 195, 100, .3);--accent-glow: 0 0 20px rgba(230, 195, 100, .3);--surface: #1b1b1b;--surface-high: #2a2a2a;--border: rgba(64, 72, 72, .6);--font-sans: "DM Sans", sans-serif;--font-serif: "EB Garamond", Georgia, serif;--font-arabic: "Tajawal", sans-serif;--navbar-height: 80px}.light{--background: #f5f0e8;--foreground: #131313;--muted-foreground: #5a6060;--primary: #0a4a4a;--primary-hover: #0d5a5a;--accent: #b8860b;--accent-dim: rgba(184, 134, 11, .1);--accent-border: rgba(184, 134, 11, .35);--accent-glow: 0 0 20px rgba(184, 134, 11, .25);--surface: #ece7dc;--surface-high: #e0d9cc;--border: rgba(180, 160, 120, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--navbar-height)}html[dir=rtl] body{font-family:var(--font-arabic)}html[dir=ltr] body{font-family:var(--font-sans)}body{background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease;overflow-x:hidden}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
