/* ============================================================
   Vila OK Costinești — Design variant v1 "Aer de mare"
   Token contract (consumed verbatim by index.html).
   Palette: luminous white-dominant, marine blue + turquoise accent.
   ============================================================ */

:root {
  /* Colors */
  --color-primary: #0b5c74;      /* deep marine blue — headings, header, primary buttons */
  --color-accent: #2fb8c4;       /* turquoise — CTAs, highlights, wave motifs */
  --color-bg: #f6fbfc;           /* airy off-white with a hint of sea mist */
  --color-surface: #ffffff;      /* card / panel surface */
  --color-text: #12313a;         /* soft near-black, blue-leaning ink */
  --color-text-muted: #5c7a83;   /* muted slate-blue for secondary copy */

  /* Typography */
  --font-display: 'Quicksand', 'Nunito', sans-serif;
  --font-body: 'Nunito', 'Quicksand', sans-serif;

  /* Shape & elevation */
  --radius: 20px;
  --shadow: 0 20px 45px -24px rgba(11, 92, 116, 0.35);

  /* Spacing scale */
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.5rem;    /* 24px */
  --space-6: 2rem;      /* 32px */
  --space-7: 3rem;      /* 48px */
  --space-8: 4rem;      /* 64px */
}
