/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --color-red: #DF2020;
    --color-ink: #111;
    --color-body: #444;
    --color-muted: #6b6b6b;
    --color-line: #EDEDED;
    --color-bg: #fff;
    --radius-card: 12px;
    --font-display: "Noto Serif SC", "Songti SC", "SimSun", serif;
    --font-weight-normal: 400;
    --font-weight-medium: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.55;
    --leading-body: 1.9;
    --text-micro: 11px;
    --text-caption: 13px;
    --text-body: 15px;
    --text-lead: 17px;
    --text-title: 20px;
    --text-h2: clamp(22px, 2.6vw, 28px);
    --text-h1: clamp(28px, 3.6vw, 40px);
    --text-display: clamp(32px, 4.4vw, 56px);
  }
}
:root {
  --content: 1200px;
  --pad: 120px;
}
