@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 215 60% 10%;--border: 210 40% 96%;--input: 210 40% 96%;--ring: 44 54% 54%;--primary: 44 54% 54%;--primary-foreground: 215 60% 10%;--secondary: 40 33% 96%;--secondary-foreground: 215 60% 10%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--muted: 215 14% 34%;--muted-foreground: 0 0% 100%;--accent: 145 71% 45%;--accent-foreground: 0 0% 100%;--card: 0 0% 100%;--card-foreground: 215 60% 10%;--popover: 0 0% 100%;--popover-foreground: 215 60% 10%;--radius: 16px;--navy: 215 60% 10%;--gold: 44 54% 54%;--cream: 40 33% 96%;--slate: 215 14% 34%}.dark{--background: 215 60% 10%;--foreground: 0 0% 100%;--border: 215 14% 34%;--input: 215 14% 34%;--ring: 44 54% 54%;--primary: 44 54% 54%;--primary-foreground: 215 60% 10%;--secondary: 215 14% 15%;--secondary-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--muted: 215 14% 20%;--muted-foreground: 215 14% 70%;--accent: 145 71% 45%;--accent-foreground: 0 0% 100%;--card: 215 14% 15%;--card-foreground: 0 0% 100%;--popover: 215 14% 15%;--popover-foreground: 0 0% 100%}html{direction:rtl;scroll-behavior:smooth}body{@apply bg-background text-foreground font-tajawal antialiased;letter-spacing:.01em}h1{@apply text-[48px] md:text-[72px] font-[700] leading-tight;}h2{@apply text-[36px] md:text-[48px] font-[700] leading-tight;}h3{@apply text-[24px] md:text-[32px] font-[600] leading-snug;}h4{@apply text-[20px] md:text-[24px] font-[600] leading-snug;}p{@apply text-[16px] font-[400] leading-relaxed;}small{@apply text-[14px] font-[400];}*:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}}@layer utilities{.bg-navy{background-color:hsl(var(--navy))}.text-navy{color:hsl(var(--navy))}.bg-gold{background-color:hsl(var(--gold))}.text-gold{color:hsl(var(--gold))}.border-gold{border-color:hsl(var(--gold))}.bg-cream{background-color:hsl(var(--cream))}.text-slate{color:hsl(var(--slate))}.shadow-gold-glow{box-shadow:0 0 30px #c9a84c4d}.skip-to-main{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-to-main:focus{position:fixed;top:1rem;right:1rem;width:auto;height:auto;z-index:9999;padding:1rem;background:hsl(var(--gold));color:hsl(var(--navy));clip:auto;border-radius:8px;font-weight:700;outline:none}}
