/* ==========================================================================
   THEME: Barcelona — Citypass & Touren
   Inspiration: Gaudí-Mosaike, Mittelmeerblau, Sagrada Família
   Accent #c84e18 → weißer Text (4.6 : 1)
   ========================================================================== */

:root {
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;

  --color-primary: #1a3e6a;
  --color-accent: #c84e18;
  --color-accent-contrast: #ffffff;
  --color-text: #1c1c2e;
  --color-bg: #ffffff;
  --color-bg-alt: #eef2f5;

  --border-radius: 6px;

  --color-step-1: #1a3e6a;
  --color-step-2: #a84214;
  --color-step-3: #2a7a52;
  --color-step-4: #7a3c86;
  --color-step-5: #b03828;
  --color-step-6: #1a6e78;
}
