/* classic.css — מסורתי, רשמי, קלאסי */
:root {
  --radius: 0px;
  --shadow: 0 1px 4px rgba(0,0,0,0.1);
  --font-weight-heading: 600;
  --spacing-section: 5rem;
  --letter-spacing: 0.01em;
  --card-bg: #ffffff;
  --card-border: rgba(0,0,0,0.1);
  --bg: #ffffff;
  --bg-alt: #f5f5f5;
  --text: #1a1a1a;
  --text-muted: #666666;
  --hero-overlay: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
  --hero-height: 85vh;
  --heading-transform: none;
  --btn-padding: 0.875rem 2rem;
  --btn-font-size: 1rem;
  --section-title-size: 2.4rem;
  --card-hover-scale: 1.02;
}
