:root {
  --radius: 0.25rem;
  --background: #F8F6F2;
  --foreground: #1A1A1A;
  --card: #FFFFFF;
  --card-foreground: #1A1A1A;
  --popover: #FFFFFF;
  --popover-foreground: #1A1A1A;
  --primary: #1A1A1A;
  --primary-foreground: #F8F6F2;
  --secondary: #F8F6F2;
  --secondary-foreground: #1A1A1A;
  --muted: #EAEAEA;
  --muted-foreground: #6B6B6B;
  --accent: #D4C4A8;
  --accent-foreground: #1A1A1A;
  --border: #EAEAEA;
  --input: #EAEAEA;
  --ring: #D4C4A8;
  --navy: #2A2A2A;
  --navy-deep: #1A1A1A;
  --gold: #D4C4A8;
  --gold-soft: #E5D9C2;
  --whatsapp: #25D366;
}
* { border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.01em;
}
.container-x {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
  max-width: 80rem;
}
.gold-divider {
  display: inline-block;
  width: 3.5rem;
  height: 2px;
  background: var(--gold);
}
.lucide { display: inline-block; vertical-align: middle; }
a[href*="lovable.dev"],
iframe[src*="lovable.dev"],
div[style*="Edit with Lovable"],
.lovable-badge {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -9999 !important;
}
