/* Comportement de défilement */
html {
  scroll-behavior: smooth;
}

/* Responsive */
@media (max-width: 640px) {
  h1 {
    line-height: 1.15;
  }

  .text-ink {
    word-break: break-word;
  }

  .grid {
    gap: 1rem;
  }

  .rounded-2xl {
    border-radius: 1rem;
  }
}
