/* Mitchell LeGasi Group type system */
:root {
  --body: 'Manrope', sans-serif;
  --display: 'Playfair Display', serif;
  --mono: 'DM Mono', monospace;
}

.brand { font-family: var(--body); font-size: 15px; line-height: .92; letter-spacing: -.055em; }
.eyebrow,
.video-note,
.feature-card p,
.project-card p,
.image-panel-label,
.principle span,
.team-filters label,
.card-label,
.sister-content dt,
.contact-line span,
.contact-form label { font-family: var(--mono); font-weight: 500; }

.hero h1,
.subhero h1,
.sister-hero h1,
.intro h2,
.featured h2,
.home-connect h2,
.about-story h2,
.sister-content h2,
.contact-details h2,
.metrics strong,
.feature-card h3,
.principle h3,
.team-card h3,
.project-card h2,
.footer-grid > div:nth-child(2) { font-family: var(--display); }
