:root {
  /* Brand colors — extraídos del sitio original (catanshoppingcenter.com) */
  --color-navy: #1e293b;
  --color-navy-dark: #111827;
  --color-blue: #046bd2;
  --color-blue-dark: #045cb4;
  --color-green: #10773c;
  --color-green-dark: #015a2b;

  --color-white: #ffffff;
  --color-bg-light: #f0f5fa;
  --color-bg: #fafafa;
  --color-text: #111111;
  --color-text-muted: #334155;
  --color-border: #d1d5db;

  /* Typography — Inter (títulos) + Lato (texto) */
  --font-heading: "Inter", sans-serif;
  --font-body: "Lato", sans-serif;

  --fs-xs: 0.8rem;
  --fs-sm: 0.9rem;
  --fs-base: 1rem;
  --fs-lg: 1.15rem;
  --fs-xl: 1.6rem;
  --fs-2xl: 2.5rem;
  --fs-3xl: 4.5rem;
  --fs-4xl: 6rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  --header-height: 88px;
  --container-width: 1200px;
  --radius: 10px;
  --shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
  --transition: 0.2s ease;
}
