/* Moduz brand typography.
   Bahnschrift is the approved brand typeface. The browser uses the local
   Bahnschrift installation when available and falls back to a condensed
   system sans-serif without downloading third-party font files. */
:root {
  --font-brand: Bahnschrift, "DIN Alternate", "Arial Narrow", "Avenir Next Condensed", Arial, sans-serif;
}

body,
button,
input,
textarea {
  font-family: var(--font-brand);
  font-weight: 300;
}

h1,
h2,
h3,
.solution-card h3,
.contact-card a,
.contact-inline a {
  font-family: var(--font-brand);
  font-weight: 400;
}

h1,
h2 {
  letter-spacing: -0.035em;
}

.eyebrow,
.nav a,
.header-cta,
.button,
.hero-meta,
.solution-label,
.text-link,
.interest-form label,
.footer-links,
.tt-brand,
.tt-company,
.tt-day strong,
.tt-hours {
  font-family: var(--font-brand);
  font-weight: 400;
}

.hero-lead,
.philosophy-copy,
.solutions-head > p:last-child,
.solution-copy > p,
.process-intro > p:not(.eyebrow),
.process-grid article p,
.interest-copy > p:not(.eyebrow),
.contact-lead,
.contact-card p,
.footer-brand span,
.privacy-page p {
  font-weight: 300;
}
