/* Custom colors for Tailwind (for fallback or extra styling) */
:root {
  --letrandoPink: #F8BBD0;
  --letrandoBlue: #B3E5FC;
  --letrandoGreen: #C8E6C9;
  --letrandoYellow: #FFF9C4;
  --letrandoBrown: #8D6E63;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
}

section {
  scroll-margin-top: 7rem; /* Adjust to match your header height (e.g., 7rem ≈ 112px) */
}