/* Fonts + custom bits that Tailwind utilities can't express */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Cormorant:wght@300;400;500&family=Jost:wght@300;400;500&display=swap');

html, body { margin: 0; padding: 0; }

/* Gold gradient clipped to text */
.gold-text {
  background: linear-gradient(180deg, #f2dfb0 0%, #c9a253 55%, #8f6d2f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
