/*.gold {
	
	background: linear-gradient(
  95deg,
  #5a3b12 0%,
  #9f6f22 12%,
  #e6c06b 28%,
  #fff6da 40%,
  #f1cf77 52%,
  #b07a24 68%,
  #6a4516 100%
);
background-size: 200% 100%;
background-position: 50% 50%;
filter: saturate(0.85) contrast(1.12);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
filter: saturate(0.9) contrast(1.08);
-webkit-text-stroke: 0.25px rgba(20, 14, 6, 0.35);
text-shadow: 0 1px 10px rgba(0,0,0,0.18);
position: relative;
display: inline-block;
}*/

/* ======================================
   FOOTER — Links
   ====================================== */

#colophon a,
footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}

#colophon a:hover,
footer a:hover {
  color: #ffffff !important;
  opacity: 0.7 !important;
}


.gold {
	color: rgb(237, 214, 191);
    -webkit-text-fill-color: transparent;
    background: url(./wp-content/uploads/2026/02/2257a4e84f6575b1aee7a99af69efc57.jpg) 50% center / cover no-repeat text rgb(237, 214, 191);
}