/* blush.css — קוסמטיקה וטיפוח: אלגנטי, רך, נשי */
:root {
  --radius: 22px;
  --btn-radius: 50px;
  --shadow: 0 6px 32px rgba(173, 72, 97, 0.10);
  --font-weight-heading: 700;
  --spacing-section: 5.5rem;
  --letter-spacing: 0.01em;
  --card-bg: #ffffff;
  --card-border: rgba(173, 72, 97, 0.10);
  --bg: #fcf8f9;
  --bg-alt: #f9f0f3;
  --text: #2a1b22;
  --text-muted: #8a5565;
  --hero-overlay: linear-gradient(135deg, rgba(42,27,34,0.85) 0%, rgba(100,50,65,0.55) 60%, transparent 100%);
  --hero-height: 92vh;
  --heading-transform: none;
  --btn-padding: 1.1rem 2.8rem;
  --btn-font-size: 1rem;
  --section-title-size: 2.5rem;
  --card-hover-scale: 1.02;
}
