:root{--color-black: #000000;--color-dark: #0a0a0a;--color-gold: #D4A574;--color-gold-light: #E8C89A;--color-gold-dark: #B8860B;--color-copper: #C9A66B;--color-white: #ffffff;--color-white-muted: rgba(255, 255, 255, .7);--gradient-gold: linear-gradient(135deg, #D4A574 0%, #B8860B 50%, #C9A66B 100%);--gradient-dark: linear-gradient(180deg, #000000 0%, #0a0a0a 100%)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Georgia,Times New Roman,serif;background:var(--color-black);color:var(--color-white)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.text-gold{color:var(--color-gold)}.text-gradient-gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
