/* ============================================
   Typography
   ============================================ */
h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--spacing-2xl);
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-lg);
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  h3 {
    font-size: 1.125rem;
  }
}
