/* UV Dubai — luxury off-plan brokerage. Deep teal + champagne gold. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap");
@import url("base.css");

:root {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --display-weight: 500;

  --bg: #faf7f0;
  --bg-tint: #f1ece0;
  --bg-dark: #0c2b29;
  --ink: #14211f;
  --ink-soft: #4c5a57;
  --ink-on-dark: #f3efe4;
  --line: #ddd5c2;

  --accent: #bfa569;
  --accent-bright: #d6bf85;
  --accent-ink: #14211f;

  --nav-bg: #0c2b29;
  --nav-ink: #f3efe4;
  --hero-scrim: linear-gradient(180deg, rgba(12,43,41,.42) 0%, rgba(12,43,41,.18) 40%, rgba(12,43,41,.85) 100%);
  --radius-btn: 999px;
  --radius-card: 14px;
  --card-bg: #fffdf8;
  --stat-bg: #fffdf8;
  --footer-bg: #0c2b29;
}

h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--accent); }
.hero h1 em { color: var(--accent-bright); }
.nav a.brand { color: var(--nav-ink); }
