/* Vila OK Costinești — Design variant v2 "Elegant modern"
   Warm boutique-hotel palette: sand, cream, discreet terracotta, deep warm neutrals.
   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 */
  --color-primary: #6b3a2e;      /* deep terracotta-brown — headings, primary buttons */
  --color-accent: #b5673a;       /* warm discreet terracotta — accents, links, active states */
  --color-bg: #faf6f0;           /* warm sand/cream page background */
  --color-surface: #ffffff;      /* card / panel surface, sits on --color-bg */
  --color-text: #3a2e26;         /* deep warm neutral — body copy */
  --color-text-muted: #8a7a6d;   /* muted warm taupe — secondary copy */

  /* Typography — elegant serif display paired with a refined geometric sans body */
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Jost', 'Century Gothic', 'Segoe UI', sans-serif;

  /* Radius & shadow — restrained, editorial (not rounded/playful) */
  --radius: 2px;
  --shadow: 0 20px 50px -20px rgba(58, 46, 38, 0.35);

  /* 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;
}
