@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/site-assets/inter-latin.woff2") format("woff2");
}

:root {
  --ffl-sans: "Inter", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ffl-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--ffl-sans);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
}

.brand-lockup .ffl-logo {
  display: block;
  width: 176px;
  height: auto;
  object-fit: contain;
}

.brand-lockup .brand-byline {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: -7px 0 0 47px;
  color: var(--muted, #687583);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
}

.brand-lockup .hofan-wordmark {
  display: block;
  width: 58px;
  height: auto;
  filter: invert(1);
}

.logo.brand-lockup {
  color: #fff;
}

.logo.brand-lockup .ffl-logo {
  width: 176px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #fff;
}

.logo.brand-lockup .brand-byline {
  margin-top: 2px;
  color: #aebdca;
}

.logo.brand-lockup .hofan-wordmark {
  filter: none;
}

.login-brand.brand-lockup {
  width: max-content;
}

.header .brand-lockup .ffl-logo {
  width: 148px;
}

.header .brand-lockup .brand-byline {
  margin: -10px 0 0 40px;
  font-size: 6px;
}

.header .brand-lockup .hofan-wordmark {
  width: 48px;
}

.topbar .brand.hofan-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.topbar .brand.hofan-app-brand > img {
  width: 106px;
  height: auto;
}

.topbar .brand.hofan-app-brand > span {
  padding: 4px 7px;
  border: 1px solid var(--line, #29313a);
  color: var(--accent, #ff7a1a);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.topbar .brand.report-brand > img {
  width: auto;
  height: 24px;
}

@media (max-width: 520px) {
  .brand-lockup .ffl-logo {
    width: 152px;
  }
}
