@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

/* Heading and logo typography overrides */
.section h2,
.hero-big,
.card h3,
.logo {
  font-family: 'Poppins', Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.hero-big { letter-spacing: -0.3px; }
.section h2 { letter-spacing: -0.2px; }
.card h3 { letter-spacing: -0.2px; }
