/* Design tokens — Pearl / Lizzete Corporate Housing */
:root {
  --navy-950: #0b1220;
  --navy-900: #0f1c2e;
  --navy-800: #152a45;
  --navy-700: #1e3a5f;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-100: #f1f5f9;
  --cream: #f7f3ec;
  --white: #ffffff;
  --accent: #c4a574;
  --accent-soft: #e8d5b5;
  --accent-deep: #9a7b4f;
  --teal: #1f6f78;
  --success: #2f6b4f;
  --danger: #8b3a3a;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --shadow-lg: 0 24px 60px rgba(11, 18, 32, 0.28);
  --shadow-md: 0 12px 32px rgba(11, 18, 32, 0.16);
  --radius: 14px;
  --radius-sm: 8px;
  --max: 1180px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}
