/* earth.css — עיצוב ולייף-סטייל: אורגני, רגוע, אמנותי */
:root {
  --radius: 12px;
  --btn-radius: 50px;
  --shadow: 0 4px 24px rgba(122, 92, 82, 0.11);
  --font-weight-heading: 700;
  --spacing-section: 5.5rem;
  --letter-spacing: 0;
  --card-bg: #ffffff;
  --card-border: rgba(122, 92, 82, 0.11);
  --bg: #faf8f5;
  --bg-alt: #f3efe9;
  --text: #262626;
  --text-muted: #6b5a52;
  --hero-overlay: linear-gradient(135deg, rgba(38,38,38,0.86) 0%, rgba(75,99,88,0.50) 60%, transparent 100%);
  --hero-height: 90vh;
  --heading-transform: none;
  --btn-padding: 1rem 2.5rem;
  --btn-font-size: 1rem;
  --section-title-size: 2.5rem;
  --card-hover-scale: 1.02;
}
