@theme{--color-background:var(--theme-background,#050B14);--color-foreground:var(--theme-foreground,#FFFFFF);--color-gold:var(--theme-gold,#D4AF37);--color-silver:var(--theme-silver,#C0C0C0);--color-navy-light:var(--theme-navy-light,#0D1B2A);--font-serif:var(--theme-font-primary,"Hacen Promoter Md"),serif;--font-sans:var(--theme-font-secondary,"PNU"),sans-serif}:root{--background:var(--theme-background,#050B14);--foreground:var(--theme-foreground,#FFFFFF);--gold:var(--theme-gold,#D4AF37);--silver:var(--theme-silver,#C0C0C0)}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans)}.font-serif,h1,h2,h3,h4{font-family:var(--font-serif);color:var(--gold)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}