/* Brand authority: ../BRAND.md and ../brand-reference/. Mac v1 is the baseline. */
@font-face {
  font-family: "Tingniao Serif Subset";
  src: url("/assets/fonts/tingniao-serif-sc-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Tingniao Scientific Subset";
  src: url("/assets/fonts/tingniao-scientific-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f7f7f0;
  --paper-deep: #f0f0e6;
  --surface: #fcfcf7;
  --ink: #303b2f;
  --muted: #7c8273;
  --green: #536848;
  --green-dark: #3e5236;
  --sage: #e9eddf;
  --line: #dddfd3;
  --red: #985b47;
  --serif: "Songti SC", "STSong", "Tingniao Serif Subset", "Noto Serif CJK SC", "SimSun", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --card-serif: "Tingniao Serif Subset", "Noto Serif CJK SC", "Songti SC", "STSong", "SimSun", serif;
  --card-latin: "Tingniao Scientific Subset", "EB Garamond", Georgia, serif;
  font: 16px / 1.7 var(--sans);
  font-synthesis: none;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  min-width: 150px;
}
.brand-bird {
  width: 46px;
  height: 43px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-name {
  font: 29px / 1.2 var(--serif);
  letter-spacing: .14em;
}
.brand-english {
  display: block;
  font: 8px / 1.5 var(--sans);
  letter-spacing: .31em;
  margin-top: 4px;
  color: var(--muted);
}
