:root{--navbar-h-mobile: 64px;--navbar-h-desktop: 72px;--gold: #C9A84C;--dark: #0F0E0D;--cream: #F8F5F0;--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-y:scroll;height:100%}body{font-family:Poppins,sans-serif;background-color:var(--cream);color:#1c1b19;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%}#root{min-height:100vh;display:flex;flex-direction:column}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c9a84c73;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.gold-text{background:linear-gradient(135deg,#c9a84c,#e8c97a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.img-zoom-wrap{overflow:hidden}.img-zoom-wrap img{transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.img-zoom-wrap:hover img{transform:scale(1.07)}.page-section{overflow-x:hidden}.admin-content-scroll{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(201,168,76,.4) transparent}
