/**
 * Genpro — Premium typography (Plus Jakarta Sans + Inter)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

html.genpro-futuristic {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.genpro-futuristic {
  font-family: "Inter", system-ui, sans-serif;
  letter-spacing: -0.01em;
}

body.genpro-futuristic h1,
body.genpro-futuristic h2,
body.genpro-futuristic h3,
body.genpro-futuristic h4,
body.genpro-futuristic .fx-font-display,
body.genpro-futuristic .kb-hero__title,
body.genpro-futuristic .section-title-enhanced {
  font-family: var(--fx-font-display);
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: var(--fx-line-heading);
  color: var(--fx-text);
}

body.genpro-futuristic h1 {
  font-size: var(--fx-text-2xl);
}

body.genpro-futuristic h2 {
  font-size: var(--fx-text-xl);
}

body.genpro-futuristic h3 {
  font-size: var(--fx-text-lg);
}

body.genpro-futuristic h4 {
  font-size: var(--fx-text-base);
}

body.genpro-futuristic p,
body.genpro-futuristic li,
body.genpro-futuristic .article-content-enhanced p,
body.genpro-futuristic .formatted-content p {
  font-size: var(--fx-text-sm);
  line-height: var(--fx-line-body);
  color: var(--fx-text-muted);
}

body.genpro-futuristic .fx-eyebrow,
body.genpro-futuristic .fx-corp-eyebrow,
body.genpro-futuristic .products-filter-badge-enhanced,
body.genpro-futuristic .section-badge-enhanced {
  font-family: var(--fx-font-display);
  font-size: var(--fx-eyebrow-size);
  font-weight: 700;
  letter-spacing: var(--fx-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--fx-accent-bright);
}

body.genpro-futuristic .fx-announce__text,
body.genpro-futuristic .fx-nav-glass__link {
  font-family: "Inter", system-ui, sans-serif;
  letter-spacing: -0.015em;
}
