/* lavender.css — עדין, יצירתי, רומנטי */
:root {
  --radius: 20px;
  --btn-radius: 50px;
  --shadow: 0 4px 28px rgba(168, 85, 247, 0.1);
  --font-weight-heading: 700;
  --spacing-section: 5.5rem;
  --letter-spacing: 0;
  --card-bg: #ffffff;
  --card-border: rgba(168, 85, 247, 0.12);
  --bg: #faf5ff;
  --bg-alt: #f3e8ff;
  --text: #1e0438;
  --text-muted: #7c3aed;
  --hero-overlay: linear-gradient(135deg, rgba(15,2,35,0.86) 0%, rgba(30,5,60,0.52) 60%, transparent 100%);
  --hero-height: 88vh;
  --heading-transform: none;
  --btn-padding: 1.1rem 2.8rem;
  --btn-font-size: 1.05rem;
  --section-title-size: 2.5rem;
  --card-hover-scale: 1.025;
}
