:root {
  --loveneko-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  --loveneko-mono-font: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

html,
body,
button,
input,
select,
textarea,
.focusinfo,
.header-info,
.site-title {
  font-family: var(--loveneko-system-font) !important;
}

code,
pre,
kbd,
samp {
  font-family: var(--loveneko-mono-font) !important;
}

.site-title-logo img,
.focusinfo .header-tou img,
.header-user-avatar img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
