/* Company lettering only. Navigation, forms and body copy keep their fonts. */
@font-face {
  font-family: "Syntrop Montserrat";
  src: url("/static/fonts/Montserrat-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
.brand .brand-wordmark,
.brand-inline,
.brand .brand-monogram,
.hero-emblem > .brand-monogram,
.dialog-brand.brand-monogram {
  font-family: "Syntrop Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-synthesis: none;
  letter-spacing: 0;
  text-transform: none;
}
.brand .brand-wordmark { font-size: 24px; line-height: 1.3; white-space: nowrap; }
.sidebar > .brand { margin-inline: 0; gap: 10px; }
.brand > .brand-monogram { padding: 0; letter-spacing: 0; flex-shrink: 0; }
.brand-inline { letter-spacing: 0; }
.footer .brand .brand-wordmark { font-size: 22px; }
.dialog-brand.brand-monogram { text-align: center; }
@media (min-width: 701px) and (max-width: 950px) {
  .sidebar .brand .brand-wordmark { font-size: 20px; }
  .sidebar .brand > .brand-monogram { width: 32px; height: 32px; line-height: 32px; font-size: 25px; }
  .sidebar > .brand { gap: 8px; }
}
