/* bold.css — כותרות ענקיות, חזק, אגרסיבי */
:root {
  --radius: 4px;
  --shadow: 0 4px 20px rgba(0,0,0,0.15);
  --font-weight-heading: 900;
  --spacing-section: 6rem;
  --letter-spacing: -0.02em;
  --card-bg: #ffffff;
  --card-border: rgba(0,0,0,0.06);
  --bg: #ffffff;
  --bg-alt: #f8f9fa;
  --text: #1a1a2e;
  --text-muted: #6b7280;
  --hero-overlay: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
  --hero-height: 90vh;
  --heading-transform: uppercase;
  --btn-padding: 1rem 2.5rem;
  --btn-font-size: 1.1rem;
  --section-title-size: 2.8rem;
  --card-hover-scale: 1.03;
}
