@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Font family fallback: SF Pro > Helvetica > Inter > System */
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  background-color: #000; /* Optional: for dark background sites */
}
