/* Traders Temple Brand Asset Package v1.3 */
.tt-track-a { font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.tt-track-a h2, .tt-track-a h3, .tt-track-a__lede, .tt-track-a__architecture-flow strong, .tt-home__method-copy blockquote, .tt-home__stats dt, .tt-legal-page h1, .tt-legal-page h2, .tt-legal-page h3 { font-family: Cinzel, Georgia, "Times New Roman", serif; }
.tt-track-a__site-header { gap: clamp(1rem, 3vw, 3rem); justify-content: space-between; }
.tt-track-a__brand { display: block; flex: 0 0 auto; line-height: 0; width: clamp(10.5rem, 19vw, 16rem); }
.tt-track-a__brand img { display: block; height: auto; width: 100%; }
@media (max-width: 640px) {
  .tt-track-a__site-header { align-items: flex-start; gap: .75rem; }
  .tt-track-a__brand { width: 8.75rem; }
  .tt-track-a__site-header nav { max-width: calc(100vw - 11rem); }
}
