/* Vila OK Costinești — Design variant v5 "Curte liniștită" (Premium Utilitarian Minimalism)
   Warm monochrome stone palette + a single muted sage accent, flat bento-grid structure.
   No gradients, no heavy shadows, no pill-shaped large containers.
   Task 6 copies this file verbatim into the theme if this variant wins — every
   design decision in index.html flows through these custom properties. */

:root {
  /* Colors — warm monochrome (stone/bone) + muted sage as the single spot accent */
  --color-primary: #2b2621;      /* warm espresso-charcoal — headings, primary buttons, dark sections */
  --color-accent: #74836b;       /* muted sage — links, tags, icon accents (used sparingly) */
  --color-bg: #f6f3ee;           /* warm bone/off-white page background */
  --color-surface: #ffffff;      /* card / panel surface, sits on --color-bg */
  --color-text: #2f2b27;         /* warm off-black — body copy */
  --color-text-muted: #837b71;   /* muted warm stone-gray — secondary copy */

  /* Typography — editorial serif for display, geometric humanist sans for body/UI */
  --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-body: 'Work Sans', 'Century Gothic', 'Segoe UI', sans-serif;

  /* Radius & shadow — crisp bento cards, ultra-diffuse near-invisible shadow */
  --radius: 10px;
  --shadow: 0 2px 24px rgba(43, 38, 33, 0.06);

  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2.5rem;
  --space-7: 4rem;
  --space-8: 6rem;
}
