/* Raffles theme global overrides - loaded after Tailwind */

html,
body {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

/* Reduce excessive vertical gaps on all pages */
main > section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 1024px) {
  main > section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
