/* AditiKraft company-site overrides.
   Shared tokens, theme foundation, and reusable component styles load from
   AditiKraft.SharedStyles. Anything in this file is intentionally
   company-only and must not be used by product sites. */

/* Headings follow the design-system type scale: Inter, weight 650–700,
   slightly tight tracking. The shared token stack already resolves to
   Inter; these rules pin the marketing-heading weight and tracking. */
.hero-section .hero-title,
.section-title,
.ak-feature-section__title {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.hero-section .hero-title {
    line-height: 1.1;
    letter-spacing: -0.025em;
}

/* The hero subtitle (the secondary line inside the H1) stays regular
   weight so the contrast with the heading is intentional. */
.hero-section .hero-subtitle {
    font-family: var(--font-sans);
    font-weight: 400;
    letter-spacing: 0;
}
