/* banquet.css — קייטרינג ואירועים: חמים, מזמינים, מעוררי תיאבון */
:root {
  --radius: 16px;
  --btn-radius: 50px;
  --shadow: 0 4px 28px rgba(216, 67, 21, 0.13);
  --font-weight-heading: 800;
  --spacing-section: 5.5rem;
  --letter-spacing: -0.01em;
  --card-bg: #ffffff;
  --card-border: rgba(216, 67, 21, 0.12);
  --bg: #fff9f2;
  --bg-alt: #fff3e6;
  --text: #2d1810;
  --text-muted: #7a4030;
  --hero-overlay: linear-gradient(135deg, rgba(45,24,16,0.88) 0%, rgba(90,40,20,0.6) 60%, transparent 100%);
  --hero-height: 90vh;
  --heading-transform: none;
  --btn-padding: 1rem 2.5rem;
  --btn-font-size: 1.05rem;
  --section-title-size: 2.6rem;
  --card-hover-scale: 1.03;
}
