/* Google Fonts: Montserrat для всего сайта + Manrope для заголовков (поддержка кириллицы) */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

/* Шрифты для заголовков - Manrope (качественная альтернатива Arista с кириллицей) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1, .h1 { 
  font-size: 2.5rem; 
  font-weight: 700; 
  letter-spacing: -0.02em;
}

h2, .h2 { 
  font-size: 2rem; 
  font-weight: 700; 
  letter-spacing: -0.01em;
}

h3, .h3 { 
  font-size: 1.75rem; 
  font-weight: 600; 
}

h4, .h4 { 
  font-size: 1.5rem; 
  font-weight: 600; 
}

h5, .h5 { 
  font-size: 1.25rem; 
  font-weight: 500; 
}

h6, .h6 { 
  font-size: 1rem; 
  font-weight: 500; 
}

/* Основной текст - Montserrat */
body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
