/* Critical styles for the hero section */
.hero-heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--foreground);
}

.hero-subheadline {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--muted-foreground);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Critical styles for the header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
}

/* Ensure LCP element renders quickly */
.p-text-lg-md-text-xl-text-muted-foreground-max-w-\[800px\] {
  font-weight: 500 !important;
  font-display: swap !important;
}

/* Apply font-display: swap to all text */
* {
  font-display: swap !important;
}
