/* Shared styles - 个人博客 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap');

@layer base {
  html { font-family: 'Noto Sans SC', system-ui, sans-serif; }
  h1, h2, h3, h4, h5, h6 { font-family: 'Noto Serif SC', serif; }
}

/* Typography: line-height 1.5–1.75 for readability */
.prose-custom {
  line-height: 1.75;
  max-width: 65ch;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
