@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg: #E8ECF1;--surface: #F4F2EE;--surface-card: #F4F2EE;--fg: #1E2A35;--muted: #5A6B7A;--border: #D0D8E0;--accent: #89AFC2;--primary: #3A5A78;--primary-light: #4F6D88;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--radius-sm: 6px;--radius: 12px;--radius-pill: 999px;--shadow-card: 0 1px 3px rgba(30, 42, 53, .08), 0 1px 2px rgba(30, 42, 53, .06);--shadow-search: inset 0 2px 4px rgba(30, 42, 53, .06);--shadow-search-focus: 0 0 0 3px rgba(137, 175, 194, .25)}.dark{--bg: #18222B;--surface: #23303D;--surface-card: #23303D;--fg: #DDE4EA;--muted: #8A9BA8;--border: #364553;--accent: #89AFC2;--primary: #4F6D88;--primary-light: #5C7A95}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
